Class GroupResponse

Inheritance
System.Object
GroupResponse
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.4
Syntax
public class GroupResponse

Constructors

GroupResponse()

Declaration
public GroupResponse()

Properties

Created

Gets or sets the date on which the group was created.

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

Description

Gets or sets the description of this group.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Extension

Gets or sets the extension data associated with the group

Declaration
public ExtensionResponse Extension { get; set; }
Property Value
Type Description
ExtensionResponse

Id

Gets or sets the identifier representing this group.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Name

Gets or sets the name of this group.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
arrow_upward