ListPSRattrs

Top  Previous  Next

SOAP

ListPSRattrs( aHandle, 

                  aUserGroupName, aUserLogin,  

                  aObjType, aIncludeShared,

                  &aPSRattrList, 

                  &aErrorMsg );

 

REST

/ListPSRattrs?Handle=<value>&UserGroup=<value>&UserLogin=<value>

                  &ObjType=<value>&IncludeShared=<value>

returns PSRattrListXML, ErrorMsg

 

Description: ListGroups() Lists all the user groups in the system.  The group names are provided in a comma-delimited list.  

 

aHandle The value created in the call to Login().  

aUserGroupName The user group to query.

aUserName The user to query.

aObjType An optional PSRattr object type to limit the listing to.

aIncludeShared If true, the list of user PSRattr objects will be combined with any PSRattr objects available to that user through group shared and master shared users.

&aPSRattrList The resulting list of PSRattr names and object types in a comma-delimited format.

&aErrorMsg is populated only if an error occurred that prevented the function from succeeding.  Otherwise, this parameter is empty.

 

Example: ListPSRattrs( lHandle, "DOT@NY", "Pete", "layout.template",  true, lListOfPSRattrs, lErrorMsg );