Class AttachFileField
Inheritance
System.Object
AttachFileField
Assembly: DocuWare.Platform.ServerClient.dll
public class AttachFileField : WebFormField
Properties
Declaration
public List<AttachFileInfo> AttachFileInfos { get; set; }
Property Value
Declaration
public string FileTypes { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int MaxFileCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int MaxFileSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int MinFileCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool ShowFileInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|