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)
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
Availability

CUSTOMTOOLS 2012 SP0


Revised in Description
CUSTOMTOOLS 2012 SP4 Extended with ActiveDB, Profile and ExpProfile.
CUSTOMTOOLS 2019 SP1 Extended with configurationName
See Also