Groups

Parent Previous Next

The Groups object groups objects of type Group together


Syntax

       public class Groups


Members

int Count

The number of records in the list

Group GetGroup(string name)

Get the record of the given group name



Sample

This sample retrieves the administrators group.


admingroup = Workflow.Groups.GetGroup("Administrators")


also possible:

admingroup = Workflow.Groups["Administrators"]


print admingroup.Name