Click or drag to resize

AssetServicesGetAssetFolderInfoForField Method


Retrieves basic information of an asset folder

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<AssetFieldInfo> GetAssetFolderInfoForField(
	string assetFolderId
)

Parameters

assetFolderId
Type: SystemString
ID of the asset folder

Return Value

Type: XHRServiceResponseGenericAssetFieldInfo

Basic information of asset folder

Examples
Sample JSON return:
JavaScript
{
   "name": "Images_3",
    "id": "af/1",
    "extension": null,
    "hierarchy": null,
    "mediaLength": null,
    "originalHeight": 0,
    "originalWidth": 0,
    "path": "Images_3",
    "schemaName": null,
    "type": null
}
See Also