Class DeleteSubscriptionsByCriteriaRouteFormatter

Inheritance
System.Object
DeleteSubscriptionsByCriteriaRouteFormatter
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 DeleteSubscriptionsByCriteriaRouteFormatter : CriteriaRouteFormatter

Constructors

DeleteSubscriptionsByCriteriaRouteFormatter()

Declaration
public DeleteSubscriptionsByCriteriaRouteFormatter()

Methods

Build()

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

WithSubscriber(String)

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

WithTarget(String)

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

WithType(String)

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