C# Class Rock.Attribute.BinaryFileTypesFieldAttribute

Inheritance: FieldAttribute
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
BinaryFileTypesFieldAttribute ( string name = "Binary File Types", string description = "", bool required = true, string defaultBinaryFileTypeGuids = "", string category = "", int order, string key = null ) : System

Initializes a new instance of the BinaryFileTypesFieldAttribute class.

Method Details

BinaryFileTypesFieldAttribute() public method

Initializes a new instance of the BinaryFileTypesFieldAttribute class.
public BinaryFileTypesFieldAttribute ( string name = "Binary File Types", string description = "", bool required = true, string defaultBinaryFileTypeGuids = "", string category = "", int order, string key = null ) : System
name string The name.
description string The description.
required bool if set to true [required].
defaultBinaryFileTypeGuids string The default binary file type guids.
category string The category.
order int The order.
key string The key.
return System