MetaFileInfoProviderCopyMetaFiles Method (Int32, Int32, String, String, ListGuid) |
Duplicates metafiles for specified object. Returns old guid/new guid list.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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