Click or drag to resize
DocumentAliasInfoProviderMoveAliasesInternal Method
Moves document aliases from source tree node to the target tree node

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

Parameters

sourceNodeId
Type: SystemInt32
Source node id
targetNodeId
Type: SystemInt32
Target node id
culture
Type: SystemString
Culture code, if empty all cultures are moved
See Also