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 networkSee Custom Data Types#DateTime for more information about this data type.

  • [DateTime?] LockoutDate: The date on which the user was locked out, if applicableSee Custom Data Types#DateTime for more information about this data type.

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

  • [DateTime?] LastLockoutDate: The last date on which the user was locked out, if applicableSee Custom Data Types#DateTime for more information about this data type.

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

  • [NetworkSubscription] Subscription: The network subscription entity. See Network Subscription Entity