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.6.492
Syntax
string Move(
	IUnmanagedAssetFolder targetFolder
)

Parameters

targetFolder  IUnmanagedAssetFolder
The target Folder to move under to

Return Value

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