Click or drag to resize
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.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetExtension(
	ITreeNode node
)

Parameters

node
Type: CMS.BaseITreeNode
Document to determine extension for.

Return Value

Type: String
See Also