Click or drag to resize
CMSOutputForumAttachment Class
Summary description for CMSOutputFile.
Inheritance Hierarchy
SystemObject
  CMS.ForumsCMSOutputForumAttachment

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public class CMSOutputForumAttachment

The CMSOutputForumAttachment type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataLoaded
Returns true if the data is loaded to the object.
Public propertyForumAttachment
Forum attachment info without AttachmentBinary.
Public propertyHeight
Requested output Height.
Public propertyLastModified
Time when the file was last modified.
Public propertyMaxSideSize
Requested output MaxSideSize.
Public propertyMimeType
Mime type.
Public propertyOutputData
Output file data.
Public propertyPhysicalFile
Physical file path to the data.
Public propertyRedirectTo
If set, file should be redirected to the file system.
Public propertyResized
If true, the file is resized version of the file.
Public propertyWidth
Requested output width.
Top
Methods
  NameDescription
Public methodEnsureData
Ensures that the object contains the output data.
Public methodLoadData
Loads the data to the object.
Top
See Also