Login

Recover Your Password

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

OpenCSJoin

Returns a ContentSet Pointer to a new record that is specified by the Fieldname argument. This call is only valid if the FieldName is a Lookup type. Use this call when a Field in a result set specifies a record in a different Content Definition. For instance, if you open a ContentSet with People, you can call OpenCSJoin on the OrganizationID field and a result set is returned with a row from the Organizations content that matches the persons record.


Syntax


CSPointer = Call ccLib.OpenCSJoin( CSPointer, FieldName )


Parameters


CSPointer - Long Integer, pointer used to identify the result set.


FieldName - String, the name of the field affected

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