Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

All network subscription entities are structured as follows:

entity:

  • Id int: The unique identifier for the network subscription entity
  • Level NetworkSubscriptionLevel: Whether the network is "Content" or "Control"
  • CreationDate DateTime: The creation date of the subscription. See DateTime for more information about this data type.
  • LastModifiedDate Nullable<DateTime>: The last date on which the subscription was modified, if available. See DateTime for more information about this data type.
  • ExpireDate Nullable<DateTime>: The date on which the network subscription will expire, if available. See DateTime for more information about this data type.