Class GetAssociationsByCriteriaRequest

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

Constructors

GetAssociationsByCriteriaRequest()

Declaration
public GetAssociationsByCriteriaRequest()

Properties

CalculateTotalCount

Declaration
public bool CalculateTotalCount { get; set; }
Property Value
Type Description
System.Boolean

ExtensionFilter

Declaration
public ExtensionFilter ExtensionFilter { get; set; }
Property Value
Type Description
ExtensionFilter

ExtensionType

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

Group

Gets or sets the ID of the group to which the result set should be filtered.

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

IncludeSubclasses

Declaration
public bool? IncludeSubclasses { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Offset

Declaration
public int Offset { get; set; }
Property Value
Type Description
System.Int32

Resource

Gets or sets the ID of the resource to which the result set should be filtered.

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

Size

Declaration
public int Size { get; set; }
Property Value
Type Description
System.Int32

Sort

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