| CMSOutputForumAttachment Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Forums
 Syntax
Syntaxpublic class CMSOutputForumAttachment
The CMSOutputForumAttachment type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CMSOutputForumAttachment | 
            Constructor.
             | 
|  | CMSOutputForumAttachment(ForumAttachmentInfo, Byte) | 
            Constructor.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DataLoaded | 
            Returns true if the data is loaded to the object.
             | 
|  | ForumAttachment | 
            Forum attachment info without AttachmentBinary.
             | 
|  | Height | 
            Requested output Height.
             | 
|  | LastModified | 
            Time when the file was last modified.
             | 
|  | MaxSideSize | 
            Requested output MaxSideSize.
             | 
|  | MimeType | 
            Mime type.
             | 
|  | OutputData | 
            Output file data.
             | 
|  | PhysicalFile | 
            Physical file path to the data.
             | 
|  | RedirectTo | 
            If set, file should be redirected to the file system.
             | 
|  | Resized | 
            If true, the file is resized version of the file.
             | 
|  | Width | 
            Requested output width.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | EnsureData | 
            Ensures that the object contains the output data.
             | 
|  | LoadData | 
            Loads the data to the object.
             | 
 See Also
See Also