Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Legacy Deprecated API > OpenCSGroupMembers

OpenCSGroupMembers

Opens a content set filled with the member records that are in a group


Syntax


Call ccLib.OpenCSGroupMembers (GroupName, Optional Criteria, Optional SortFieldList, Optional ActiveOnly, Optional PageSize, Optional PageNumber)


Parameters


GroupName - String, the name of the group


Criteria - String, a condition statement formatted as an SQL condition used when the content set is open.


SortFieldList ? String, a comma separated list of field names that determine the order of the records in the result


ActiveOnly ? If true, return only active records


PageSize ? used with PageNumber to assist with creating paged output. PageSize is the number of records to display per page. Page Number is the current page to display.


PageNumber ? See PageSize for a description.

This page was last reviewed 4/4/2009 11:57:45 AM