Micro Focus Content Manager SDK 10.1
TRIM.SDK.ITrimDocument Interface Reference

Allows you to access attach, detach and extract a document associated with a Trim object More...

Inheritance diagram for TRIM.SDK.ITrimDocument:
TRIM.SDK.AgendaItem TRIM.SDK.AgendaItemType TRIM.SDK.ConsignmentApprover TRIM.SDK.ExternalIcon TRIM.SDK.ExternalLink TRIM.SDK.LocationEAddress TRIM.SDK.MeetingType TRIM.SDK.MinuteItem TRIM.SDK.MinuteItemType TRIM.SDK.OfflineRecord TRIM.SDK.Origin TRIM.SDK.Record TRIM.SDK.RecordLinkedDocument TRIM.SDK.RecordRendition TRIM.SDK.RecordSapComponent TRIM.SDK.Report TRIM.SDK.ReportBitmap TRIM.SDK.Revision TRIM.SDK.WorkingCopy

Public Member Functions

void SetDocument (string fromFileName)
 Set the document associated with this Trim object as a copy of the supplied file name More...
 
void LoadDocumentIntoClientCache ()
 Loads the document associated with this object into the client document cache, if one is available. More...
 
string GetDocumentPathInClientCache (Events logAccessAs)
 Gets the path to a copy of the document associated with this object within the client document cache - logs access according to the supplied history log type. More...
 

Properties

bool IsDocumentInClientCache [get]
 Gets a boolean value indicating whether the document associated with this object is currently inside the client document cache. More...
 
string DocumentPathInClientCache [get]
 Gets a String value representing the path to a copy of the document associated with this object within the client document cache. For records, access is logged as a 'View'. More...
 

Detailed Description

Allows you to access attach, detach and extract a document associated with a Trim object

Member Function Documentation

◆ GetDocumentPathInClientCache()

string TRIM.SDK.ITrimDocument.GetDocumentPathInClientCache ( Events  logAccessAs)

◆ LoadDocumentIntoClientCache()

◆ SetDocument()

Property Documentation

◆ DocumentPathInClientCache

string TRIM.SDK.ITrimDocument.DocumentPathInClientCache
get

Gets a String value representing the path to a copy of the document associated with this object within the client document cache. For records, access is logged as a 'View'.

◆ IsDocumentInClientCache

bool TRIM.SDK.ITrimDocument.IsDocumentInClientCache
get

Gets a boolean value indicating whether the document associated with this object is currently inside the client document cache.