IAssetFolderFoldersCount Method
|
Retrieves a collection of the asset folders within a context
asset folder in the Assets Tree within a particular
Site.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Function FoldersCount As Integer
abstract FoldersCount : unit -> int
Return Value
Type:
Int32A collection of asset folders.
Examples
Example of Folders method in custom hook:
int outVar;
foreach(IAssetFolder folder in session.Site.AssetFolder("af/5").Folders(out outVar)){
}
See Also