Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.ITrimNotes Interface Reference

Allows you to retrieve and set the notes associated with a Trim Object More...

Inheritance diagram for HP.HPTRIM.SDK.ITrimNotes:
HP.HPTRIM.SDK.ActionDef HP.HPTRIM.SDK.Activity HP.HPTRIM.SDK.ArchiveEvent HP.HPTRIM.SDK.AutoPartRule HP.HPTRIM.SDK.Classification HP.HPTRIM.SDK.DocumentQueue HP.HPTRIM.SDK.FieldDefinition HP.HPTRIM.SDK.Hold HP.HPTRIM.SDK.Jurisdiction HP.HPTRIM.SDK.Keyword HP.HPTRIM.SDK.Location HP.HPTRIM.SDK.LookupItem HP.HPTRIM.SDK.LookupSet HP.HPTRIM.SDK.Meeting HP.HPTRIM.SDK.MeetingInvitation HP.HPTRIM.SDK.MeetingType HP.HPTRIM.SDK.Origin HP.HPTRIM.SDK.Record HP.HPTRIM.SDK.RecordAction HP.HPTRIM.SDK.RecordLocation HP.HPTRIM.SDK.RecordRendition HP.HPTRIM.SDK.RecordType HP.HPTRIM.SDK.Request HP.HPTRIM.SDK.Schedule HP.HPTRIM.SDK.ScheduledTask HP.HPTRIM.SDK.ScheduledTaskHistory HP.HPTRIM.SDK.SecurityCaveat HP.HPTRIM.SDK.SecurityGuide HP.HPTRIM.SDK.SecurityLevel HP.HPTRIM.SDK.TodoItem HP.HPTRIM.SDK.Workflow HP.HPTRIM.SDK.WorkflowTemplate

Public Member Functions

void SetNotes (string NewNotesText, NotesUpdateType TypeOfNotesUpdate)
 Updates the notes attached to this object. Typically used when a new contibution is to be combined with the existing notes, as some users only have the privilige to add to the notes, rather than overwriting them. More...
 

Properties

bool CanModifyExistingNotes [get]
 Gets a boolean parameter indicating whether the current user can modify the existing notes attached to this object. More...
 
bool CanAddToNotes [get]
 Gets a boolean value indicating whether the current user can either append or prepend some text to the existing notes. More...
 
string Notes [get, set]
 Gets or sets a string value corresponding to the notes attached to this object. More...
 

Detailed Description

Allows you to retrieve and set the notes associated with a Trim Object

Member Function Documentation

Property Documentation

bool HP.HPTRIM.SDK.ITrimNotes.CanAddToNotes
get

Gets a boolean value indicating whether the current user can either append or prepend some text to the existing notes.

bool HP.HPTRIM.SDK.ITrimNotes.CanModifyExistingNotes
get

Gets a boolean parameter indicating whether the current user can modify the existing notes attached to this object.

string HP.HPTRIM.SDK.ITrimNotes.Notes
getset

Gets or sets a string value corresponding to the notes attached to this object.