DataPA Enterprise Dashboard Controls API Reference

The ShouldItemBeExportedArgs type exposes the following members.

Constructors

  Name Description
Public method ShouldItemBeExportedArgs
Initializes a new instance of the ShouldItemBeExportedArgs class

Properties

  Name Description
Public property ExportItem
Set this to TRUE to export the current item, FALSE to skip it.
Public property IsFunction
TRUE means the current item is a function, FALSE means it is not a function.
Public property IsSubject
TRUE means the current item is a Subject, FALSE means it is not a subject.
Public property IsSystem
TRUE means the current item is a System, FALSE means it is not a system.
Public property ObjectID
If IsSubject is TRUE then this holds the Subject ID, if IsFunction is true, holds the function ID.
Public property ObjectName
Returns the object name
Public property ObjectType
Gets a property that indicates the type of object being exported
Public property SystemName
If IsSystem is TRUE then this holds the System name.

See Also