The InfigoSDKUtility type exposes the following members.

Methods

  NameDescription
CreateTempDirectory
Creates a new directory in the default temp file path. The directory gets deleted with all containing files (if possible) after certain events (batch job finished/application closing). If there are still open file handles, it simple gets not deleted.
Initialize
Initializes the SDK.
RemoveRTFormat
This function removes the rich text format tags (if there are any) from a string. If the RemoveRTFormatWhenParsingXML option is switched off, you can always manually remove any tags easily with that function.
TearDown
Function called before exiting the application. This must be called in order to close any running threads.

See Also