SubscriberAddress Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class represents a subscriber's address
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.SubscriptionSubscriberAddress

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class SubscriberAddress

The SubscriberAddress type exposes the following members.

Properties

  NameDescription
Public propertyAddress
Gets the subscriber's address.
Public propertyAddressType
Gets the type of the address.
Top
Methods

  NameDescription
Public methodStatic memberCreate(String, SubscriberAddressType)
Creates a new instance of the SubscriberAddress class.
Public methodStatic memberCreate(String, String)
Creates a new instance of the SubscriberAddress class.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for this SubscriberAddress.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents the current SubscriberAddress.
(Overrides ObjectToString.)
Top
See Also

Reference