TreeNodeGenerateDocumentAliases Method |
Generates the current document aliases if necessary.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected virtual void GenerateDocumentAliases(
bool handleDocumentUrlPathChange = true
)
Parameters
- handleDocumentUrlPathChange (Optional)
- Type: SystemBoolean
Indicates if document ULR path change should be handled and aliases generated
See Also