Class AttachFileField
Inherited Members
      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 |