Click or drag to resize

IAssetManagerRemoveAssetFolder Method


Removes a single Asset Folder by ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveAssetFolder(
	string folderId,
	bool permanent = false
)

Parameters

folderId  String
ID of the asset folder to remove, as a string. Always starts with "af/" and ends with numbers. e.g. af/1.
permanent  Boolean  (Optional)
Whether to permanently remove the asset folder

Return Value

Boolean
True if Asset Folder exists, false otherwise.
See Also