Click or drag to resize

CTInterfaceStrExportArgs Class

Event argument class for OnStrExport and OnStrExportPost.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceStrExportArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class StrExportArgs : EventArgs

The CTInterfaceStrExportArgs type exposes the following members.

Properties
 NameDescription
Public propertyActiveDB Active CUSTOMTOOLS database Do not modify the object. Use for data gathering only.
Public propertyconfigurationName Name of the configuration.
Public propertyExpProfile Used Export profile Do not modify the object. Use for data gathering only.
Public propertyfileName Full path of the first top-level element in the export.
Public propertyProfile Active CUSTOMTOOLS profile Do not modify the object. Use for data gathering only.
Public propertyProfileName Name of the export profile.
Public propertyRetVal True to cancel Export XML-generation. False by default, but can't be set to false. Only true is accepted.
Public propertyStr Exported data as XML.
Top
Revision History
DateVersionDescription
-2012 SP0First Release
-2012 SP4 Extended with ActiveDB, Profile and ExpProfile.
-2019 SP1 Extended with configurationName
See Also