PublishItemResult Class

Represents the result of publishing an item.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemPublishItemResult

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
public class PublishItemResult

The PublishItemResult type exposes the following members.

Properties
  NameDescription
Public propertyItemId
Gets the ID of the publish item.
Public propertyItemName
Gets the Name of the publish item.
Public propertyMessage
Gets the message detail.
Public propertySeverity
Gets the message severity.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also