Method | Description | |
---|---|---|
PersonGroups ( System.Guid groupTypeGuid ) : IEnumerable |
The groups of a particular type that current person belongs to
|
|
PersonGroups ( int groupTypeId ) : IEnumerable |
The groups of a particular type that current person belongs to
|
|
PersonGroups ( string groupTypeGuid ) : IEnumerable |
The groups of a particular type that current person belongs to
|
Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public PersonGroups ( System.Guid groupTypeGuid ) : IEnumerable |
||
groupTypeGuid | System.Guid | |
return | IEnumerable |
public PersonGroups ( int groupTypeId ) : IEnumerable |
||
groupTypeId | int | |
return | IEnumerable |
public PersonGroups ( string groupTypeGuid ) : IEnumerable |
||
groupTypeGuid | string | The group type GUID. |
return | IEnumerable |