Class AddAssociationRequest

Inheritance
System.Object
AddAssociationRequest
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 AddAssociationRequest

Constructors

AddAssociationRequest()

Declaration
public AddAssociationRequest()

Properties

Extension

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

Group

Gets the ID of the group to which the resource has been associated.

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

Resource

Gets the reference which uniquely identifies the resource which is associated with the group.

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