Class GetGroupsByCriteriaRequest
Inheritance
System.Object
GetGroupsByCriteriaRequest
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 GetGroupsByCriteriaRequest
Constructors
GetGroupsByCriteriaRequest()
Declaration
public GetGroupsByCriteriaRequest()
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 |
GroupIds
Declaration
public List<string> GroupIds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
IncludeSubclasses
Declaration
public bool? IncludeSubclasses { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Offset
Declaration
public int Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
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 |