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