Click or drag to resize
AdvancedGetFileHandlerIsExtensionExcludedFromRanges Method
Indicates if file with given extension is excluded from resumable downloads.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected virtual bool IsExtensionExcludedFromRanges(
	string extension
)

Parameters

extension
Type: SystemString
File extension

Return Value

Type: Boolean
See Also