IAssetManagerAssetFolder Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IAssetFolder AssetFolder(
string folderId
)
Function AssetFolder (
folderId As String
) As IAssetFolder
IAssetFolder^ AssetFolder(
String^ folderId
)
abstract AssetFolder :
folderId : string -> IAssetFolder
Parameters
- folderId
- Type: SystemString
ID of the Asset Folder to retrieve, always starts with "af/" and ends with numbers. e.g. af/1.
Return Value
Type:
IAssetFolderPage with matching ID, or null when no Page with matching ID found.
See Also