AdvancedGetFileHandlerIsExtensionExcludedFromRanges Method |
Indicates if file with given extension is excluded from resumable downloads.
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 12.0.0
Syntax protected virtual bool IsExtensionExcludedFromRanges(
string extension
)
Parameters
- extension
- Type: SystemString
File extension
Return Value
Type:
BooleanSee Also