Folder Inclusion

Get

get

Retrieve FSLogix Profile Container Folder Inclusion List of a Site Defaults object.

Query parameters
siteIdinteger · int32Optional

The SiteId of a Site Defaults object for which to retrieve the FSLogix Profile Container settings (optional).

Responses
200

Success

application/json; api-version=1.0
Responsestring[]
get
/api/AVD/DefaultSettings/MultiSession/FSLogix/ProfileContainer/FolderInclusion

Add

post

Add a folder to the Folder Inclusion List of the FSLogix Profile Container settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Profile Container settings (optional).

Body

Add a new folder to the FSLogix folder inclusion list

folderstring | nullableRequired

Specifies the 'Folder' path to add to the Include/Exclude Folder List.

Responses
post
/api/AVD/DefaultSettings/MultiSession/FSLogix/ProfileContainer/FolderInclusion

No content

Delete

delete

Remove a folder from the Folder Inclusion List of the FSLogix Profile Container settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Profile Container settings (optional).

Body

Remove a folder from the FSLogix folder inclusion list

folderstring | nullableRequired

Specifies the 'Folder' path to remove to the Include/Exclude Folder List.

Responses
delete
/api/AVD/DefaultSettings/MultiSession/FSLogix/ProfileContainer/FolderInclusion

No content

Last updated

Was this helpful?