AttachmentItemIsCustom Property |
Gets a value indicating whether this instance is custom.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic bool IsCustom { get; }
Public ReadOnly Property IsCustom As Boolean
Get
Property Value
Type:
Booleantrue if this instance is custom; otherwise,
false.
See Also