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