SubscriptionSorting Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Defines how the list of subscriptions on a subscription definition is sorted

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

public enum SubscriptionSorting
Members

  Member nameValueDescription
None0 No particular sort order.
AddressAsc1 Sort the list on the address in acsending order
AddressDesc2 Sort the list on the address in descending order
NameAsc3 Sort the list on the name in acsending order
NameDesc4 Sort the list on the name in descending order
See Also

Reference