Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.RecordRenditions Class Reference

The RecRendition Collection object is a Child List representing the electronic renditions of a Record. It is only available if the Record has one or more Electronic Documents associated with it More...

Inheritance diagram for HP.HPTRIM.SDK.RecordRenditions:
HP.HPTRIM.SDK.TrimChildObjectList

Public Member Functions

RecordRendition getItem (uint idx)
 Gets the item in this child list at the nominated index. More...
 
RecordRendition NewRendition (string inputDocumentName, RenditionType renditionType, string description)
 Creates a new RecRendition child object that represents a rendition of the parent record's electronic document. The rendition will be of the specified rendition type. More...
 
- Public Member Functions inherited from HP.HPTRIM.SDK.TrimChildObjectList
System.Collections.IEnumerator GetEnumerator ()
 
 TrimChildObjectList ()
 
TrimChildObject getItem (uint idx)
 Gets the next ApiTrimChild in the list More...
 
TrimChildObject FindChildByUri (long uri)
 Gets the next ApiTrimChild in the list More...
 

Properties

TrimChildObject this[uint idx] [get]
 
Record Parent [get]
 Gets the parent object of this child object collection More...
 
- Properties inherited from HP.HPTRIM.SDK.TrimChildObjectList
uint Count [get]
 Gets a count of the number of child objects in this collection. More...
 
TrimChildObject this[uint idx] [get]
 
BaseObjectTypes TrimType [get]
 Gets a BaseObjectTypes enum value indicating the type of this object. More...
 
Database Database [get]
 
TrimException Error [get]
 
string ErrorMessage [get]
 

Detailed Description

The RecRendition Collection object is a Child List representing the electronic renditions of a Record. It is only available if the Record has one or more Electronic Documents associated with it

Member Function Documentation

RecordRendition HP.HPTRIM.SDK.RecordRenditions.getItem ( uint  idx)

Gets the item in this child list at the nominated index.

RecordRendition HP.HPTRIM.SDK.RecordRenditions.NewRendition ( string  inputDocumentName,
RenditionType  renditionType,
string  description 
)

Creates a new RecRendition child object that represents a rendition of the parent record's electronic document. The rendition will be of the specified rendition type.

Property Documentation

Record HP.HPTRIM.SDK.RecordRenditions.Parent
get

Gets the parent object of this child object collection

TrimChildObject HP.HPTRIM.SDK.RecordRenditions.this[uint idx]
get