IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

BoxAccount Type

A Box account's details and space usage information.

Remarks

This type represents a Box account's details and space usage information.

Fields

Address
String

The address of the account's user.

This field reflects the address of the account's user.

CreatedTime
String

The creation timestamp of the account.

This field reflects the creation timestamp of the account. Timestamps are formatted according to RFC 3339.

Email
String

The email address of the account.

This field reflects the email address associated with the account.

EnterpriseId
String

The Id of the enterprise the account is a member of.

This field reflects the Id of the enterprise that the account is a member of. It will be empty if the account isn't part of an enterprise.

Id
String

The Id of the account.

This field reflects the Id of the account.

ModifiedTime
String

The last modified timestamp of the account.

This field reflects the last modified timestamp of the account. Timestamps are formatted according to RFC 3339.

Name
String

The name of the account's user.

This field reflects the name of the account's user.

Phone
String

The phone number of the account's user.

This field reflects the phone number of the account's user.

Role
BoxAccountRoles

The account's role.

This field reflects the account's role. Possible values are:

  • 0 (arUser)
  • 1 (arCoadmin)
  • 2 (arAdmin)

Status
BoxAccountStatus

The account's status.

This field reflects the account's status. Possible values are:

  • 0 (asActive)
  • 1 (asInactive)
  • 2 (asNoDeleteOrEdit)
  • 3 (asNoDeleteEditOrUpload)

Tags
String

The account's resource tags.

This field holds a comma-separated list containing all of the tags that the account has applied to any of its resources.

TotalSpace
Long

The total amount of space allocated to the account.

This field reflects the total amount of space, in bytes, allocated to the account.

UsedSpace
Long

The amount of space used by the account.

This field reflects the amount of space, in bytes, used by the account.

Constructors

public BoxAccount();
Public BoxAccount()

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]