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.6.492
Syntax
IEnumerable<ILingualPageMap> CopyRegionRootAssetItem(
	IAssetItem srcRoot,
	IAssetFolder parent,
	ILocale targetLocale
)

Parameters

srcRoot  IAssetItem
Asset Item to be cloned.
parent  IAssetFolder
Parent Asset Folder into which to create the newly created clone Asset Item.
targetLocale  ILocale
Locale to be set onto the newly created clone Asset Item.

Return Value

IEnumerableILingualPageMap
The newly cloned Asset Item.
Remarks
See Also