Method | Description | |
---|---|---|
BinaryFileFieldAttribute ( string binaryFileTypeGuid, string name = "Binary File", string description = "", bool required = true, string defaultBinaryFileGuid = "", string category = "", int order, string key = null ) : System |
Initializes a new instance of the BinaryFileFieldAttribute class.
|
public BinaryFileFieldAttribute ( string binaryFileTypeGuid, string name = "Binary File", string description = "", bool required = true, string defaultBinaryFileGuid = "", string category = "", int order, string key = null ) : System | ||
binaryFileTypeGuid | string | The guid of the type of files |
name | string | The name. |
description | string | The description. |
required | bool | if set to |
defaultBinaryFileGuid | string | The default binary file guid. |
category | string | The category. |
order | int | The order. |
key | string | The key. |
return | System |