Click or drag to resize
MetaFileInfoProviderMoveMetaFiles Method
Moves metafiles for one object to another.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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