Click or drag to resize

AssetServicesGetAssetChildren Method


Retrieves the child assets for specified asset folder

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<FolderAssetChildren> GetAssetChildren(
	string parentFolderId
)

Parameters

parentFolderId
Type: SystemString
Unique ID of the asset folder to retrieve child assets for

Return Value

Type: XHRServiceResponseGenericFolderAssetChildren

Information of assets under the asset folder

See Also