Provides data about single attachment in Attachments controls.
Inherits from
Syntax
public class AttachmentInfo
Constructors
public AttachmentInfo(Guid uid, string name, long size)
Parameters
uid
Type: System.Guid
The unique identifier of an attachment.
name
Type: System.String
The name of an attachment file.
size
Type: System.Int64
The size of an attachment file in bytes.
Fields
Name | Description |
Uid | Gets the unique identifier of an attachment. |
Name | Gets the name of an attachment. |
Size | Gets the size of an attachment in bytes. |