| DocumentAliasInfoProviderMoveAliasesInternal Method | 
            Moves document aliases from source tree node to the target tree node
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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
See Also