Class MemberResponse
Inheritance
System.Object
MemberResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Groups.Rest.Contracts
Assembly: EPiServer.Social.Groups.Rest.Contracts.dll
Version: 1.5.4Syntax
public class MemberResponse
Constructors
MemberResponse()
Declaration
public MemberResponse()
Properties
Extension
Gets or sets the extension data associated with the member
Declaration
public ExtensionResponse Extension { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionResponse |
Group
Gets the group id of the member.
Declaration
public string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Gets the unique identifier for this member.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Roles
Gets the list of roles associated with a member.
Declaration
public List<string> Roles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
User
Gets the user reference of the member.
Declaration
public string User { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |