Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added max char length

All network entities are structured as follows:

entity:

  • [int] Id: The unique identifier of the network 

  • [string] Name: The name of the networkThe maximum length of this string is 30 characters.

  • [DateTime] CreationDate: The creation date of the network. See DateTime for more information about this data type.

  • [DateTime?LockoutDate: The date on which the user was locked out, if applicable. See DateTime for more information about this data type.

  • [bool] IsLockedOut: Whether or not the user is locked out. False is the default value.

  • [DateTime?LastLockoutDate: The last date on which the user was locked out, if applicable. See 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