Asset
|
The AssetServices type exposes the following members.
| Name | Description | |
|---|---|---|
| AssetServices | Initializes a new instance of the AssetServices class |
| Name | Description | |
|---|---|---|
| CreateResumeFolder | Creates AssetFolders of given paths; Creates all missing folders for each path; Resume folder that matches the paths in the entire ancestors chains. | |
| GetAssetChildren | Retrieves the child assets for specified asset folder | |
| GetAssetFolderInfoForField | Retrieves basic information of an asset folder | |
| GetAssetInfoForField | Retrieves basic asset information | |
| GetAssetRoots | Retrieves the list of root asset folders by their IDs | |
| GetRelatedAssets | Retrieves the assets related to the asset of specified ID | |
| MultiPartUpload | Handles multi-part form upload and creates a new asset with upload binary as asset content | |
| UploadAssetPackage | Uploads a zip file, and creates all files within the zip file as assets, with default schemas for their extensions. The folders structure within the zip file is replicated as asset folders |