IFileTypeLimitationAllowFileType Method
|
Finds out whether the specific file name is allowed for this
Asset type
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool AllowFileType(
string fileName
)
Function AllowFileType (
fileName As String
) As Boolean
bool AllowFileType(
String^ fileName
)
abstract AllowFileType :
fileName : string -> bool Parameters
- fileName String
- File name including extension
Return Value
BooleanTrue if extension of the file name is in the list, false otherwise
See Also