Micro Focus Content Manager SDK 10.1
TRIM.SDK.TrimChildObjectList Class Reference

Represents a collection of child objects. More...

Inheritance diagram for TRIM.SDK.TrimChildObjectList:
TRIM.SDK.ActionDefSteps TRIM.SDK.ActivityAuthorizations TRIM.SDK.ActivityDocuments TRIM.SDK.ActivityEmailRecipients TRIM.SDK.ActivityEscalations TRIM.SDK.ActivityResults TRIM.SDK.ActivityStartConditions TRIM.SDK.AgendaItemAttachments TRIM.SDK.AgendaItemTypeAttachments TRIM.SDK.AlertSubscribers TRIM.SDK.ArchiveEventOccurrences TRIM.SDK.ClassificationOnlyRecordTypes TRIM.SDK.ClassificationSapBusinessObjects TRIM.SDK.CommunicationDetails TRIM.SDK.JurisdictionMembers TRIM.SDK.LocationAddresses TRIM.SDK.LocationEAddresses TRIM.SDK.MeetingDocuments TRIM.SDK.MeetingInvitations TRIM.SDK.MeetingTypeUsualParticipants TRIM.SDK.MinuteItemActionArisings TRIM.SDK.RecordClientMatterParties TRIM.SDK.RecordClientMatterRoles TRIM.SDK.RecordHolds TRIM.SDK.RecordJurisdictions TRIM.SDK.RecordKeywords TRIM.SDK.RecordLinkedDocuments TRIM.SDK.RecordLocations TRIM.SDK.RecordRelationships TRIM.SDK.RecordRenditions TRIM.SDK.RecordSapComponents TRIM.SDK.RecordTypeAutoSubFolders TRIM.SDK.ScheduleTriggers TRIM.SDK.ScheduledTaskHistorys TRIM.SDK.TodoItemItemReferences TRIM.SDK.WorkflowDocuments TRIM.SDK.WorkflowTemplateDocuments

Public Member Functions

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

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

Represents a collection of child objects.

Constructor & Destructor Documentation

◆ TrimChildObjectList()

TRIM.SDK.TrimChildObjectList.TrimChildObjectList ( )

Member Function Documentation

◆ FindChildByUri()

TrimChildObject TRIM.SDK.TrimChildObjectList.FindChildByUri ( long  uri)

Gets the next ApiTrimChild in the list

◆ GetEnumerator()

System.Collections.IEnumerator TRIM.SDK.TrimChildObjectList.GetEnumerator ( )

◆ getItem()

TrimChildObject TRIM.SDK.TrimChildObjectList.getItem ( uint  idx)

Gets the next ApiTrimChild in the list

Property Documentation

◆ Count

uint TRIM.SDK.TrimChildObjectList.Count
get

Gets a count of the number of child objects in this collection.

◆ Database

Database TRIM.SDK.TrimChildObjectList.Database
get

◆ Error

TrimException TRIM.SDK.TrimChildObjectList.Error
get

◆ ErrorMessage

string TRIM.SDK.TrimChildObjectList.ErrorMessage
get

◆ this[uint idx]

TrimChildObject TRIM.SDK.TrimChildObjectList.this[uint idx]
get

◆ TrimType

BaseObjectTypes TRIM.SDK.TrimChildObjectList.TrimType
get

Gets a BaseObjectTypes enum value indicating the type of this object.