Open this page in the API Guide

PublishItemResult Class

Represents the result of publishing an item.
Inheritance Hierarchy
System.Object
  Dundas.BI.FileSystem.PublishItemResult

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.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
See Also