Click or drag to resize
AssetFoldersGetByParentPath Method
Returns asset folders by specifying the parent's path.

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<AssetFolder> GetByParentPath(
	string parentPath
)

Parameters

parentPath
Type: SystemString
The path to search.

Return Value

Type: EntityCollectionAssetFolder
See Also