Ifd:getContextOwners

From dev.ifd-library.org

Jump to: navigation, search
Function public IfdUser [] getContextOwners (String context_guid , String session_id )
                throws IfdServerException

Express heading

QUERY_FUNCTION getContextOwners( context_guid : STRING ) :  LIST OF IfdUser;


Function to add get all owners that can add owners and users to a context. This function requires read access.

Input:

  • string context_guid - the GUID of the context where the users are owners.
  • session_id - the session id for the current user

Return:

  • IfdUser [] - An array containing the list of all owners for the given context.

Back to the API

Comments: