Inheritance
System.Object
GetByCriteriaRequest
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()
Assembly: EPiServer.Social.Comments.Rest.Contracts.dll
Version: 1.5.4
public class GetByCriteriaRequest
Constructors
Declaration
public GetByCriteriaRequest()
Properties
Declaration
public string Ancestor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Author { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool CalculateTotalCount { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public ExtensionFilter ExtensionFilter { get; set; }
Property Value
Declaration
public string ExtensionType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool? IncludeSubclasses { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Declaration
public int Offset { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string Parent { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public int Size { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string Sort { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Visibility { get; set; }
Property Value
| Type |
Description |
| System.String |
|