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

Allows you to attach or detach a label to a Trim object More...

Inheritance diagram for HP.HPTRIM.SDK.ITrimLabels:
HP.HPTRIM.SDK.ArchiveEvent HP.HPTRIM.SDK.Classification HP.HPTRIM.SDK.DocumentQueue HP.HPTRIM.SDK.Jurisdiction HP.HPTRIM.SDK.Keyword HP.HPTRIM.SDK.Location HP.HPTRIM.SDK.Record HP.HPTRIM.SDK.Report HP.HPTRIM.SDK.SavedSearch HP.HPTRIM.SDK.Schedule HP.HPTRIM.SDK.SearchForm HP.HPTRIM.SDK.Space HP.HPTRIM.SDK.Workflow HP.HPTRIM.SDK.WorkflowTemplate

Public Member Functions

void ApplyUserLabel (UserLabel userLabelToApply)
 Creates a link between the nominated user label and this object. More...
 
void DetachUserLabel (UserLabel userLabelToDetach)
 Removes the link between the nominated user label and this object. More...
 
void AddToFavorites ()
 Adds the object to the special user label called 'Favorites' More...
 
void RemoveFromFavorites ()
 Removes the object from the special user label called 'Favorites' More...
 
bool ChangePositionWithinFavorites (LabelPositionChange positionChange)
 Changes the position of this object within a users list of favorite objects of this type More...
 
bool ChangePositionWithinUserLabel (UserLabel userLabelToChange, LabelPositionChange positionChange)
 Changes the position of this object within a users list of objects that have been labeled with the specified user label More...
 

Detailed Description

Allows you to attach or detach a label to a Trim object

Member Function Documentation

bool HP.HPTRIM.SDK.ITrimLabels.ChangePositionWithinUserLabel ( UserLabel  userLabelToChange,
LabelPositionChange  positionChange 
)