Class GetSubscriptionsByCriteriaRouteFormatter

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

Constructors

GetSubscriptionsByCriteriaRouteFormatter()

Declaration
public GetSubscriptionsByCriteriaRouteFormatter()

Methods

Build()

Declaration
public override string Build()
Returns
Type Description
System.String
Overrides

WithSubscriber(String)

Declaration
public GetSubscriptionsByCriteriaRouteFormatter WithSubscriber(string subscriber)
Parameters
Type Name Description
System.String subscriber
Returns
Type Description
GetSubscriptionsByCriteriaRouteFormatter

WithTarget(String)

Declaration
public GetSubscriptionsByCriteriaRouteFormatter WithTarget(string target)
Parameters
Type Name Description
System.String target
Returns
Type Description
GetSubscriptionsByCriteriaRouteFormatter

WithType(String)

Declaration
public GetSubscriptionsByCriteriaRouteFormatter WithType(string type)
Parameters
Type Name Description
System.String type
Returns
Type Description
GetSubscriptionsByCriteriaRouteFormatter
arrow_upward