Micro Focus Content Manager SDK 10.1
TRIM.SDK.TrimSDKObject Class Reference

This class holds an APPError object as a member to allow all derived classes (pretty much everything in the API) to be able to store the results of an operation. The member m_error should always be 'reset' prior to calling a method that uses it. More...

Inheritance diagram for TRIM.SDK.TrimSDKObject:
TRIM.SDK.BulkDataLoader TRIM.SDK.ClassifiedSecurity TRIM.SDK.CloseRecordOptions TRIM.SDK.ConsignmentCreationOptions TRIM.SDK.CopyRecordOptions TRIM.SDK.DatasetConfiguration TRIM.SDK.EmailAttachment TRIM.SDK.EmailParticipant TRIM.SDK.Enum TRIM.SDK.EnumItem TRIM.SDK.EventMonitor TRIM.SDK.ExtractDocument TRIM.SDK.FormDefinition TRIM.SDK.InputDocument TRIM.SDK.MenuItem TRIM.SDK.ObjectDef TRIM.SDK.OriginBulkLoaderSettings TRIM.SDK.OriginEmailCaptureSettings TRIM.SDK.PageDefinition TRIM.SDK.PageItemDefinition TRIM.SDK.PropertyDef TRIM.SDK.PropertyOrFieldDef TRIM.SDK.ReopenRecordOptions TRIM.SDK.SearchClauseDef TRIM.SDK.SearchClauseOrFieldDef

Public Member Functions

 TrimSDKObject ()
 

Properties

string ErrorMessage [get]
 All TRIM SDK objects have an ErrorMessage property which can be used to examine any error that may have occurred in the most recent method call. More...
 
TrimException Error [get]
 All TRIM SDK objects have an Error property which can be used to examine any error that may have occurred in the most recent method call. More...
 

Detailed Description

This class holds an APPError object as a member to allow all derived classes (pretty much everything in the API) to be able to store the results of an operation. The member m_error should always be 'reset' prior to calling a method that uses it.

Constructor & Destructor Documentation

◆ TrimSDKObject()

TRIM.SDK.TrimSDKObject.TrimSDKObject ( )

Property Documentation

◆ Error

TrimException TRIM.SDK.TrimSDKObject.Error
get

All TRIM SDK objects have an Error property which can be used to examine any error that may have occurred in the most recent method call.

◆ ErrorMessage

string TRIM.SDK.TrimSDKObject.ErrorMessage
get

All TRIM SDK objects have an ErrorMessage property which can be used to examine any error that may have occurred in the most recent method call.