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: 8.2.23
Syntax
C#
public class CMSOutputForumAttachment

The CMSOutputForumAttachment type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEnsureData
Ensures that the object contains the output data.
Public methodLoadData
Loads the data to the object.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
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
See Also