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