C# Class Rock.Attribute.BinaryFileFieldAttribute

Inheritance: FieldAttribute
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode 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.

Method Details

BinaryFileFieldAttribute() public méthode

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 true [required].
defaultBinaryFileGuid string The default binary file guid.
category string The category.
order int The order.
key string The key.
Résultat System