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

A helper class that encapsulates the settings to use when re-opening a record. More...

Inheritance diagram for TRIM.SDK.ReopenRecordOptions:
TRIM.SDK.TrimSDKObject

Public Member Functions

 ReopenRecordOptions ()
 Constructs a ReopenRecordOptions class with all the settings set to default. More...
 
- Public Member Functions inherited from TRIM.SDK.TrimSDKObject
 TrimSDKObject ()
 

Properties

bool UnfinalizeContents [get, set]
 Gets or sets a boolean property indicating that when the container record is reopened, all contents of this container should be unfinalized. More...
 
bool ContinueOnError [get, set]
 Gets or sets a boolean property indicating that when the container record is closed, whether to continue if an error occurs during any content update. More...
 
string LogFileName [get, set]
 Gets or sets the log file name that will be used to record processing activity. More...
 
bool LogErrorsOnly [get, set]
 Gets or sets a boolean value indicating whether to just log errors to the log. More...
 
- Properties inherited from TRIM.SDK.TrimSDKObject
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

A helper class that encapsulates the settings to use when re-opening a record.

Constructor & Destructor Documentation

◆ ReopenRecordOptions()

TRIM.SDK.ReopenRecordOptions.ReopenRecordOptions ( )

Constructs a ReopenRecordOptions class with all the settings set to default.

Property Documentation

◆ ContinueOnError

bool TRIM.SDK.ReopenRecordOptions.ContinueOnError
getset

Gets or sets a boolean property indicating that when the container record is closed, whether to continue if an error occurs during any content update.

◆ LogErrorsOnly

bool TRIM.SDK.ReopenRecordOptions.LogErrorsOnly
getset

Gets or sets a boolean value indicating whether to just log errors to the log.

◆ LogFileName

string TRIM.SDK.ReopenRecordOptions.LogFileName
getset

Gets or sets the log file name that will be used to record processing activity.

◆ UnfinalizeContents

bool TRIM.SDK.ReopenRecordOptions.UnfinalizeContents
getset

Gets or sets a boolean property indicating that when the container record is reopened, all contents of this container should be unfinalized.