Click or drag to resize

AssetServicesGetAssetChildren Method


Retrieves the child assets for specified asset folder

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

Parameters

parentFolderId  String
Unique ID of the asset folder to retrieve child assets for

Return Value

XHRServiceResponseGenericFolderAssetChildren

Information of assets under the asset folder

See Also