IAssetManagerCopyRegionRootAssetItem Method
|
Clones an
Asset Item that is set as a region root.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<ILingualPageMap> CopyRegionRootAssetItem(
IAssetItem srcRoot,
IAssetFolder parent,
ILocale targetLocale
)
Function CopyRegionRootAssetItem (
srcRoot As IAssetItem,
parent As IAssetFolder,
targetLocale As ILocale
) As IEnumerable(Of ILingualPageMap)
IEnumerable<ILingualPageMap^>^ CopyRegionRootAssetItem(
IAssetItem^ srcRoot,
IAssetFolder^ parent,
ILocale^ targetLocale
)
abstract CopyRegionRootAssetItem :
srcRoot : IAssetItem *
parent : IAssetFolder *
targetLocale : ILocale -> IEnumerable<ILingualPageMap> 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
IEnumerableILingualPageMapThe newly cloned
Asset Item.
Remarks
See Also