AssetFoldersGetByParentPath Method |
Returns asset folders by specifying the parent's path.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<AssetFolder> GetByParentPath(
string parentPath
)
Public Function GetByParentPath (
parentPath As String
) As EntityCollection(Of AssetFolder)
public:
EntityCollection<AssetFolder^>^ GetByParentPath(
String^ parentPath
)
member GetByParentPath :
parentPath : string -> EntityCollection<AssetFolder>
Parameters
- parentPath
- Type: SystemString
The path to search.
Return Value
Type:
EntityCollectionAssetFolder
See Also