Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All network entities are structured as follows:

entity:

  • [int] Id: The network id

  • [string] Name:  The name of the network owner

  • [DateTime] CreationDate: The creation date of the network

  • [DateTime?]LockoutDate: The date on which the user was locked out, if applicable

  • [bool] IsLockedOut: Whether the user is locked out

  • [DateTime?]LastLockoutDate: The last date on which the user was locked out, if applicable

  • [NetworkSettings] Settings: The network settings entity. See Network Settings Entity

  • [DateTime?] ExpireDate: The date on which the network subscription will expire

    [NetworkSubscription] Subscription:

  • [int] Id: The subscription id
  • [NetworkSubscriptionLevel] Level: Whether the network is "Content" or "Control"
  • [DateTime] CreationDate: The creation date of the subscription
  • [DateTime?] LastModifiedDate: The last date on which the subscription was modified
  • The network subscription entity. See Network Subscription Entity