Click or drag to resize

IFileTypeLimitationAllowFileType Method


Finds out whether the specific file name is allowed for this Asset type

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool AllowFileType(
	string fileName
)

Parameters

fileName
Type: SystemString
File name including extension

Return Value

Type: Boolean
True if extension of the file name is in the list, false otherwise
See Also