Click or drag to resize
SecurityPoliciesGetByFolder Method
Returns a collection of policies for a folder.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<FolderSecurityPolicy> GetByFolder(
	Guid folderId
)

Parameters

folderId
Type: SystemGuid
The unique identifier of the folder.

Return Value

Type: EntityCollectionFolderSecurityPolicy
See Also