Click or drag to resize
MetaFileInfoProviderCopyMetaFiles Method (Int32, Int32, String, String, 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: 8.2.23
Syntax
C#
public static void CopyMetaFiles(
	int sourceObjectId,
	int targetObjectId,
	string sourceObjectType,
	string sourceCategory,
	string targetObjectType,
	string targetCategory,
	List<Guid> convList
)

Parameters

sourceObjectId
Type: SystemInt32
Source object
targetObjectId
Type: SystemInt32
Target object
sourceObjectType
Type: SystemString
Source object type
sourceCategory
Type: SystemString
Source object category
targetObjectType
Type: SystemString
Target object type
targetCategory
Type: SystemString
Target object category
convList
Type: System.Collections.GenericListGuid
List containing old and new guids
See Also