HPE Content Manager SDK 8.3
HP.HPTRIM.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 HP.HPTRIM.SDK.TrimSDKObject:
HP.HPTRIM.SDK.BulkDataLoader HP.HPTRIM.SDK.ClassifiedSecurity HP.HPTRIM.SDK.DatasetConfiguration HP.HPTRIM.SDK.EmailAttachment HP.HPTRIM.SDK.EmailParticipant HP.HPTRIM.SDK.Enum HP.HPTRIM.SDK.EnumItem HP.HPTRIM.SDK.ExtractDocument HP.HPTRIM.SDK.FormDefinition HP.HPTRIM.SDK.InputDocument HP.HPTRIM.SDK.MenuItem HP.HPTRIM.SDK.ObjectDef HP.HPTRIM.SDK.PageDefinition HP.HPTRIM.SDK.PageItemDefinition HP.HPTRIM.SDK.PropertyDef HP.HPTRIM.SDK.PropertyOrFieldDef HP.HPTRIM.SDK.SearchClauseDef

Public Member Functions

 TrimSDKObject ()
 

Properties

string ErrorMessage [get]
 
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

HP.HPTRIM.SDK.TrimSDKObject.TrimSDKObject ( )

Property Documentation

TrimException HP.HPTRIM.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.

string HP.HPTRIM.SDK.TrimSDKObject.ErrorMessage
get