Click or drag to resize
DocumentAliasInfoProvider.MoveAliasesInternal Method
Moves document aliases from source tree node to the target tree node

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void MoveAliasesInternal(
	int sourceNodeId,
	int targetNodeId,
	string culture
)

Parameters

sourceNodeId
Type: System.Int32
Source node id
targetNodeId
Type: System.Int32
Target node id
culture
Type: System.String
Culture code, if empty all cultures are moved
See Also