Click or drag to resize
AdvancedGetFileHandlerCheckRequiredMimeType Method
Checks if attachment mime type is allowed.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected bool CheckRequiredMimeType(
	AttachmentInfo atInfo
)

Parameters

atInfo
Type: CMS.DocumentEngineAttachmentInfo
AttachmentInfo

Return Value

Type: Boolean
True if file is allowed, false if not
See Also