WebUIServiceHostMessageResult Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents a message result
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ControlsWebUIServiceHostMessage
    ContentStudio.Site.ControlsWebUIServiceHostMessageResult

Namespace: ContentStudio.Site.Controls
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[SerializableAttribute]
public class MessageResult : WebUIServiceHostMessage

The WebUIServiceHostMessageResult type exposes the following members.

Constructors

  NameDescription
Public methodWebUIServiceHostMessageResult
Initializes a new instance of the WebUIServiceHostMessageResult class
Top
Properties

  NameDescription
Public propertyButtons
Gets or sets the buttons.
Public propertyCaption
Gets or sets the caption.
(Inherited from WebUIServiceHostMessage.)
Public propertyIsError
Gets or sets a value indicating whether this instance is error.
(Inherited from WebUIServiceHostMessage.)
Public propertyMsg
Gets or sets the message.
(Inherited from WebUIServiceHostMessage.)
Public propertySessionKey
Gets or sets the session key.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference