Click or drag to resize
MetaFileInfoProviderCopyMetaFiles Method (Int32, Int32, String, String, ListGuid)
Duplicates metafiles for specified object. Returns old guid/new guid list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static void CopyMetaFiles(
	int sourceObjectId,
	int targetObjectId,
	string objectType,
	string category,
	List<Guid> convList
)

Parameters

sourceObjectId
Type: SystemInt32
Source object
targetObjectId
Type: SystemInt32
Target object
objectType
Type: SystemString
Type
category
Type: SystemString
Category
convList
Type: System.Collections.GenericListGuid
List containing old and new guids
See Also