Click or drag to resize

IUnmanagedAssetManagerCreateUnmanagedFolder Method


Create a new unmanaged Asset Folder at given relative path to UnmanagedAssetLocation

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IUnmanagedAssetFolder CreateUnmanagedFolder(
	string path
)

Parameters

path
Type: SystemString
Relative path to create

Return Value

Type: IUnmanagedAssetFolder
Created unmanaged asset folder
Remarks
Creation process will create any missing folder along the path
See Also