Class AddSubscriptionRequest

Describes an add subscription request that can be sent to the cloud-based subscription service.

Inheritance
System.Object
AddSubscriptionRequest
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 AddSubscriptionRequest

Constructors

AddSubscriptionRequest()

Declaration
public AddSubscriptionRequest()

Properties

Subscriber

Gets or sets the subscription subscriber.

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

Target

Gets or sets the subscription target.

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

Type

Gets or sets the subscription type.

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