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

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

Inheritance diagram for TRIM.SDK.ITrimLabels:
TRIM.SDK.ArchiveEvent TRIM.SDK.Classification TRIM.SDK.Consignment TRIM.SDK.ConsignmentTemplate TRIM.SDK.DocumentQueue TRIM.SDK.Jurisdiction TRIM.SDK.Keyword TRIM.SDK.Location TRIM.SDK.Record TRIM.SDK.RecordType TRIM.SDK.Report TRIM.SDK.SavedSearch TRIM.SDK.Schedule TRIM.SDK.SearchForm TRIM.SDK.Space TRIM.SDK.Workflow TRIM.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

◆ AddToFavorites()

◆ ApplyUserLabel()

◆ ChangePositionWithinFavorites()

◆ ChangePositionWithinUserLabel()

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

◆ DetachUserLabel()

◆ RemoveFromFavorites()