Click or drag to resize

IAssetManagerCopyRegionRootAssetItem Method


Clones an Asset Item that is set as a region root.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ILingualPageMap> CopyRegionRootAssetItem(
	IAssetItem srcRoot,
	IAssetFolder parent,
	ILocale targetLocale
)

Parameters

srcRoot
Type: Ingeniux.CMSIAssetItem
Asset Item to be cloned.
parent
Type: Ingeniux.CMSIAssetFolder
Parent Asset Folder into which to create the newly created clone Asset Item.
targetLocale
Type: Ingeniux.CMSILocale
Locale to be set onto the newly created clone Asset Item.

Return Value

Type: IEnumerableILingualPageMap
The newly cloned Asset Item.
Remarks
See Also