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 (26.2.0.1000)
Syntax
public class PublishItemResult

The PublishItemResult type exposes the following members.

Properties
 NameDescription
Public propertyItemId Gets the ID of the source publish item.
Public propertyItemName Gets the name of the source publish item.
Public propertyMessage Gets the message detail.
Public propertySeverity Gets the message severity.
Public propertyTargetItemId Gets the ID of the target publish item.
Public propertyTargetItemName Gets the name of the target publish item.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also