DocumentURLProviderGetExtension Method |
Returns extension for given document. Takes document custom extensions and also 'Files friendly URL extension' and 'Friendly URL extensions' settings into account.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static string GetExtension(
ITreeNode node
)
Parameters
- node
- Type: CMS.BaseITreeNode
Document to determine extension for.
Return Value
Type:
StringSee Also