DocumentAliasInfoProviderMoveAliases Method |
Moves document aliases from source tree node to the target tree node
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static void MoveAliases(
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