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.3.169
Syntax bool AllowFileType(
string fileName
)
Function AllowFileType (
fileName As String
) As Boolean
bool AllowFileType(
String^ fileName
)
abstract AllowFileType :
fileName : string -> bool
Parameters
- fileName
- Type: SystemString
File name including extension
Return Value
Type:
BooleanTrue if extension of the file name is in the list, false otherwise
See Also