Click or drag to resize
FoldersGetChildren Method (Guid)
Returns a folder's children.

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<Folder> GetChildren(
	Guid parentFolderId
)

Parameters

parentFolderId
Type: SystemGuid
The unique identifier of the folder's parent.

Return Value

Type: EntityCollectionFolder
See Also