Class GetSubscriptionsByCriteriaRequest

Inheritance
System.Object
GetSubscriptionsByCriteriaRequest
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.ActivityStreams.Rest.Contracts
Assembly: EPiServer.Social.ActivityStreams.Rest.Contracts.dll
Version: 1.5.4
Syntax
public class GetSubscriptionsByCriteriaRequest

Constructors

GetSubscriptionsByCriteriaRequest()

Declaration
public GetSubscriptionsByCriteriaRequest()

Properties

CalculateTotalCount

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

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

Subscriber

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

Target

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

Type

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