Click or drag to resize

IUnmanagedAssetItemMove Method


Physically moves this item under another unmanaged asset folder

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

Parameters

targetFolder
Type: Ingeniux.CMSIUnmanagedAssetFolder
The target Folder to move under to

Return Value

Type: String
New path of the moved unmanaged asset item
Remarks
This method physically moves the file or diretory of current item
See Also