Class CredentialsGroup
When the CredentialType's control is of type link, the user is selected from a source like active directory. This will then be the organisational unit (e.g. user security group) in active directory. Only one group is listed if the system does not support groups.
Carrier object for CredentialsGroup. Services for the CredentialsGroup Carrier is available from the IUserAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class CredentialsGroup : Carrier
Constructors
CredentialsGroup()
Default constructor
Declaration
public CredentialsGroup()
See Also
Properties
DisplayName
The display name of the group to display to the user.
Declaration
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Name
This is the full name of the group as needed to discover the users within the group. this value should not be displayed to the end user.
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |