Click or drag to resize

SOChecklist Methods

The SOChecklist type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator (Inherited from IChecklist.)
Public methodCode exampleGetFirst
Return first item in list, or NULL if list is empty. Get the first checklist item from this Checklist
(Inherited from IChecklist.)
Public methodCode exampleGetNext
Return next item in list, or NULL if end of list is reached Get the next Checklist item from this collection
(Inherited from IChecklist.)
Public methodCode exampleGetOwnerName
GetOwnerName - return name of associate whose checklist this is Name of the associate that owns this checklist
(Inherited from IChecklist.)
Top
See Also