Show / Hide Table of Contents

    Class AttachFileField

    Inheritance
    System.Object
    WebFormControl
    WebFormField
    AttachFileField
    Inherited Members
    WebFormField.Value
    WebFormField.Type
    WebFormField.Hidden
    WebFormField.Readonly
    WebFormField.Required
    WebFormField.Hint
    WebFormField.ValidationID
    WebFormControl.ID
    WebFormControl.Label
    WebFormControl.Position
    WebFormControl.BehaviorID
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class AttachFileField : WebFormField

    Properties

    AttachFileInfos

    Declaration
    public List<AttachFileInfo> AttachFileInfos { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AttachFileInfo>

    FileTypes

    Declaration
    public string FileTypes { get; set; }
    Property Value
    Type Description
    System.String

    MaxFileCount

    Declaration
    public int MaxFileCount { get; set; }
    Property Value
    Type Description
    System.Int32

    MaxFileSize

    Declaration
    public int MaxFileSize { get; set; }
    Property Value
    Type Description
    System.Int32

    MinFileCount

    Declaration
    public int MinFileCount { get; set; }
    Property Value
    Type Description
    System.Int32

    ShowFileInfo

    Declaration
    public bool ShowFileInfo { get; set; }
    Property Value
    Type Description
    System.Boolean
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top