Class JoinTeamDetails
Additional information relevant when a new member joins the team.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class JoinTeamDetails
Constructors
View SourceJoinTeamDetails(IEnumerable<UserLinkedAppLogInfo>, IEnumerable<LinkedDeviceLogInfo>, IEnumerable<FolderLogInfo>, bool?, bool?, bool?, bool?, bool?, bool?)
Initializes a new instance of the JoinTeamDetails class.
Declaration
public JoinTeamDetails(IEnumerable<UserLinkedAppLogInfo> linkedApps, IEnumerable<LinkedDeviceLogInfo> linkedDevices, IEnumerable<FolderLogInfo> linkedSharedFolders, bool? wasLinkedAppsTruncated = null, bool? wasLinkedDevicesTruncated = null, bool? wasLinkedSharedFoldersTruncated = null, bool? hasLinkedApps = null, bool? hasLinkedDevices = null, bool? hasLinkedSharedFolders = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UserLinkedAppLogInfo> | linkedApps | Field is deprecated. Linked applications. (Deprecated) Please use has_linked_apps boolean field instead. |
| IEnumerable<LinkedDeviceLogInfo> | linkedDevices | Field is deprecated. Linked devices. (Deprecated) Please use has_linked_devices boolean field instead. |
| IEnumerable<FolderLogInfo> | linkedSharedFolders | Field is deprecated. Linked shared folders. (Deprecated) Please use has_linked_shared_folders boolean field instead. |
| bool? | wasLinkedAppsTruncated | Field is deprecated. (Deprecated) True if the linked_apps list was truncated to the maximum supported length (50). |
| bool? | wasLinkedDevicesTruncated | Field is deprecated. (Deprecated) True if the linked_devices list was truncated to the maximum supported length (50). |
| bool? | wasLinkedSharedFoldersTruncated | Field is deprecated. (Deprecated) True if the linked_shared_folders list was truncated to the maximum supported length (50). |
| bool? | hasLinkedApps | True if the user had linked apps at event time. |
| bool? | hasLinkedDevices | True if the user had linked apps at event time. |
| bool? | hasLinkedSharedFolders | True if the user had linked shared folders at event time. |
Properties
View SourceHasLinkedApps
True if the user had linked apps at event time.
Declaration
public bool? HasLinkedApps { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
HasLinkedDevices
True if the user had linked apps at event time.
Declaration
public bool? HasLinkedDevices { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
HasLinkedSharedFolders
True if the user had linked shared folders at event time.
Declaration
public bool? HasLinkedSharedFolders { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LinkedApps
Field is deprecated. Linked applications. (Deprecated) Please use has_linked_apps boolean field instead.
Declaration
public IList<UserLinkedAppLogInfo> LinkedApps { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<UserLinkedAppLogInfo> |
LinkedDevices
Field is deprecated. Linked devices. (Deprecated) Please use has_linked_devices boolean field instead.
Declaration
public IList<LinkedDeviceLogInfo> LinkedDevices { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<LinkedDeviceLogInfo> |
LinkedSharedFolders
Field is deprecated. Linked shared folders. (Deprecated) Please use has_linked_shared_folders boolean field instead.
Declaration
public IList<FolderLogInfo> LinkedSharedFolders { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<FolderLogInfo> |
WasLinkedAppsTruncated
Field is deprecated. (Deprecated) True if the linked_apps list was truncated to the maximum supported length (50).
Declaration
public bool? WasLinkedAppsTruncated { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
WasLinkedDevicesTruncated
Field is deprecated. (Deprecated) True if the linked_devices list was truncated to the maximum supported length (50).
Declaration
public bool? WasLinkedDevicesTruncated { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
WasLinkedSharedFoldersTruncated
Field is deprecated. (Deprecated) True if the linked_shared_folders list was truncated to the maximum supported length (50).
Declaration
public bool? WasLinkedSharedFoldersTruncated { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |