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.6.492
Syntax
bool AllowFileType(
	string fileName
)

Parameters

fileName  String
File name including extension

Return Value

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