MetaFileInfoProviderMoveMetaFiles Method |
Moves metafiles for one object to another.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static void MoveMetaFiles(
int sourceObjectId,
int targetObjectId,
string sourceObjectType,
string sourceCategory,
string targetObjectType,
string targetCategory
)
Parameters
- sourceObjectId
- Type: SystemInt32
Source object ID - targetObjectId
- Type: SystemInt32
Target object ID - sourceObjectType
- Type: SystemString
Source object type - sourceCategory
- Type: SystemString
Source category - targetObjectType
- Type: SystemString
Target object type - targetCategory
- Type: SystemString
Target category
See Also