DBTEAMLOGEventType
Objective-C
@interface DBTEAMLOGEventType : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGEventType : NSObject, DBSerializable, NSCopying
                The EventType union.
The type of the event with description.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
Represents the union’s current tag state.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEventTypeTag tag;Swift
var tag: DBTEAMLOGEventTypeTag { get } - 
                  
                  
(admin_alerting) Changed an alert state - note: Ensure the
isAdminAlertingAlertStateChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingAlertStateChangedType *_Nonnull adminAlertingAlertStateChanged;Swift
var adminAlertingAlertStateChanged: DBTEAMLOGAdminAlertingAlertStateChangedType { get } - 
                  
                  
(admin_alerting) Changed an alert setting - note: Ensure the
isAdminAlertingChangedAlertConfigmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingChangedAlertConfigType *_Nonnull adminAlertingChangedAlertConfig;Swift
var adminAlertingChangedAlertConfig: DBTEAMLOGAdminAlertingChangedAlertConfigType { get } - 
                  
                  
(admin_alerting) Triggered security alert - note: Ensure the
isAdminAlertingTriggeredAlertmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingTriggeredAlertType *_Nonnull adminAlertingTriggeredAlert;Swift
var adminAlertingTriggeredAlert: DBTEAMLOGAdminAlertingTriggeredAlertType { get } - 
                  
                  
(apps) Failed to connect app for member - note: Ensure the
isAppBlockedByPermissionsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppBlockedByPermissionsType *_Nonnull appBlockedByPermissions;Swift
var appBlockedByPermissions: DBTEAMLOGAppBlockedByPermissionsType { get } - 
                  
                  
(apps) Linked app for team - note: Ensure the
isAppLinkTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppLinkTeamType *_Nonnull appLinkTeam;Swift
var appLinkTeam: DBTEAMLOGAppLinkTeamType { get } - 
                  
                  
(apps) Linked app for member - note: Ensure the
isAppLinkUsermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppLinkUserType *_Nonnull appLinkUser;Swift
var appLinkUser: DBTEAMLOGAppLinkUserType { get } - 
                  
                  
(apps) Unlinked app for team - note: Ensure the
isAppUnlinkTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppUnlinkTeamType *_Nonnull appUnlinkTeam;Swift
var appUnlinkTeam: DBTEAMLOGAppUnlinkTeamType { get } - 
                  
                  
(apps) Unlinked app for member - note: Ensure the
isAppUnlinkUsermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppUnlinkUserType *_Nonnull appUnlinkUser;Swift
var appUnlinkUser: DBTEAMLOGAppUnlinkUserType { get } - 
                  
                  
(apps) Connected integration for member - note: Ensure the
isIntegrationConnectedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationConnectedType *_Nonnull integrationConnected;Swift
var integrationConnected: DBTEAMLOGIntegrationConnectedType { get } - 
                  
                  
(apps) Disconnected integration for member - note: Ensure the
isIntegrationDisconnectedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationDisconnectedType *_Nonnull integrationDisconnected;Swift
var integrationDisconnected: DBTEAMLOGIntegrationDisconnectedType { get } - 
                  
                  
(comments) Added file comment - note: Ensure the
isFileAddCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileAddCommentType *_Nonnull fileAddComment;Swift
var fileAddComment: DBTEAMLOGFileAddCommentType { get } - 
                  
                  
(comments) Subscribed to or unsubscribed from comment notifications for file
Note
Ensure theisFileChangeCommentSubscriptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileChangeCommentSubscriptionType *_Nonnull fileChangeCommentSubscription;Swift
var fileChangeCommentSubscription: DBTEAMLOGFileChangeCommentSubscriptionType { get } - 
                  
                  
(comments) Deleted file comment - note: Ensure the
isFileDeleteCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDeleteCommentType *_Nonnull fileDeleteComment;Swift
var fileDeleteComment: DBTEAMLOGFileDeleteCommentType { get } - 
                  
                  
(comments) Edited file comment - note: Ensure the
isFileEditCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileEditCommentType *_Nonnull fileEditComment;Swift
var fileEditComment: DBTEAMLOGFileEditCommentType { get } - 
                  
                  
(comments) Liked file comment (deprecated, no longer logged) - note: Ensure the
isFileLikeCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLikeCommentType *_Nonnull fileLikeComment;Swift
var fileLikeComment: DBTEAMLOGFileLikeCommentType { get } - 
                  
                  
(comments) Resolved file comment - note: Ensure the
isFileResolveCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileResolveCommentType *_Nonnull fileResolveComment;Swift
var fileResolveComment: DBTEAMLOGFileResolveCommentType { get } - 
                  
                  
(comments) Unliked file comment (deprecated, no longer logged) - note: Ensure the
isFileUnlikeCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileUnlikeCommentType *_Nonnull fileUnlikeComment;Swift
var fileUnlikeComment: DBTEAMLOGFileUnlikeCommentType { get } - 
                  
                  
(comments) Unresolved file comment - note: Ensure the
isFileUnresolveCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileUnresolveCommentType *_Nonnull fileUnresolveComment;Swift
var fileUnresolveComment: DBTEAMLOGFileUnresolveCommentType { get } - 
                  
                  
(data_governance) Added folders to policy - note: Ensure the
isGovernancePolicyAddFoldersmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyAddFoldersType *_Nonnull governancePolicyAddFolders;Swift
var governancePolicyAddFolders: DBTEAMLOGGovernancePolicyAddFoldersType { get } - 
                  
                  
(data_governance) Couldn’t add a folder to a policy - note: Ensure the
isGovernancePolicyAddFolderFailedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyAddFolderFailedType *_Nonnull governancePolicyAddFolderFailed;Swift
var governancePolicyAddFolderFailed: DBTEAMLOGGovernancePolicyAddFolderFailedType { get } - 
                  
                  
(data_governance) Content disposed - note: Ensure the
isGovernancePolicyContentDisposedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyContentDisposedType *_Nonnull governancePolicyContentDisposed;Swift
var governancePolicyContentDisposed: DBTEAMLOGGovernancePolicyContentDisposedType { get } - 
                  
                  
(data_governance) Activated a new policy - note: Ensure the
isGovernancePolicyCreatemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyCreateType *_Nonnull governancePolicyCreate;Swift
var governancePolicyCreate: DBTEAMLOGGovernancePolicyCreateType { get } - 
                  
                  
(data_governance) Deleted a policy - note: Ensure the
isGovernancePolicyDeletemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyDeleteType *_Nonnull governancePolicyDelete;Swift
var governancePolicyDelete: DBTEAMLOGGovernancePolicyDeleteType { get } - 
                  
                  
(data_governance) Edited policy - note: Ensure the
isGovernancePolicyEditDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyEditDetailsType *_Nonnull governancePolicyEditDetails;Swift
var governancePolicyEditDetails: DBTEAMLOGGovernancePolicyEditDetailsType { get } - 
                  
                  
(data_governance) Changed policy duration - note: Ensure the
isGovernancePolicyEditDurationmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyEditDurationType *_Nonnull governancePolicyEditDuration;Swift
var governancePolicyEditDuration: DBTEAMLOGGovernancePolicyEditDurationType { get } - 
                  
                  
(data_governance) Created a policy download - note: Ensure the
isGovernancePolicyExportCreatedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyExportCreatedType *_Nonnull governancePolicyExportCreated;Swift
var governancePolicyExportCreated: DBTEAMLOGGovernancePolicyExportCreatedType { get } - 
                  
                  
(data_governance) Removed a policy download - note: Ensure the
isGovernancePolicyExportRemovedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyExportRemovedType *_Nonnull governancePolicyExportRemoved;Swift
var governancePolicyExportRemoved: DBTEAMLOGGovernancePolicyExportRemovedType { get } - 
                  
                  
(data_governance) Removed folders from policy - note: Ensure the
isGovernancePolicyRemoveFoldersmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyRemoveFoldersType *_Nonnull governancePolicyRemoveFolders;Swift
var governancePolicyRemoveFolders: DBTEAMLOGGovernancePolicyRemoveFoldersType { get } - 
                  
                  
(data_governance) Created a summary report for a policy - note: Ensure the
isGovernancePolicyReportCreatedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyReportCreatedType *_Nonnull governancePolicyReportCreated;Swift
var governancePolicyReportCreated: DBTEAMLOGGovernancePolicyReportCreatedType { get } - 
                  
                  
(data_governance) Downloaded content from a policy - note: Ensure the
isGovernancePolicyZipPartDownloadedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyZipPartDownloadedType *_Nonnull governancePolicyZipPartDownloaded;Swift
var governancePolicyZipPartDownloaded: DBTEAMLOGGovernancePolicyZipPartDownloadedType { get } - 
                  
                  
(data_governance) Activated a hold - note: Ensure the
isLegalHoldsActivateAHoldmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsActivateAHoldType *_Nonnull legalHoldsActivateAHold;Swift
var legalHoldsActivateAHold: DBTEAMLOGLegalHoldsActivateAHoldType { get } - 
                  
                  
(data_governance) Added members to a hold - note: Ensure the
isLegalHoldsAddMembersmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsAddMembersType *_Nonnull legalHoldsAddMembers;Swift
var legalHoldsAddMembers: DBTEAMLOGLegalHoldsAddMembersType { get } - 
                  
                  
(data_governance) Edited details for a hold - note: Ensure the
isLegalHoldsChangeHoldDetailsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsChangeHoldDetailsType *_Nonnull legalHoldsChangeHoldDetails;Swift
var legalHoldsChangeHoldDetails: DBTEAMLOGLegalHoldsChangeHoldDetailsType { get } - 
                  
                  
(data_governance) Renamed a hold - note: Ensure the
isLegalHoldsChangeHoldNamemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsChangeHoldNameType *_Nonnull legalHoldsChangeHoldName;Swift
var legalHoldsChangeHoldName: DBTEAMLOGLegalHoldsChangeHoldNameType { get } - 
                  
                  
(data_governance) Exported hold - note: Ensure the
isLegalHoldsExportAHoldmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportAHoldType *_Nonnull legalHoldsExportAHold;Swift
var legalHoldsExportAHold: DBTEAMLOGLegalHoldsExportAHoldType { get } - 
                  
                  
(data_governance) Canceled export for a hold - note: Ensure the
isLegalHoldsExportCancelledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportCancelledType *_Nonnull legalHoldsExportCancelled;Swift
var legalHoldsExportCancelled: DBTEAMLOGLegalHoldsExportCancelledType { get } - 
                  
                  
(data_governance) Downloaded export for a hold - note: Ensure the
isLegalHoldsExportDownloadedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportDownloadedType *_Nonnull legalHoldsExportDownloaded;Swift
var legalHoldsExportDownloaded: DBTEAMLOGLegalHoldsExportDownloadedType { get } - 
                  
                  
(data_governance) Removed export for a hold - note: Ensure the
isLegalHoldsExportRemovedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportRemovedType *_Nonnull legalHoldsExportRemoved;Swift
var legalHoldsExportRemoved: DBTEAMLOGLegalHoldsExportRemovedType { get } - 
                  
                  
(data_governance) Released a hold - note: Ensure the
isLegalHoldsReleaseAHoldmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsReleaseAHoldType *_Nonnull legalHoldsReleaseAHold;Swift
var legalHoldsReleaseAHold: DBTEAMLOGLegalHoldsReleaseAHoldType { get } - 
                  
                  
(data_governance) Removed members from a hold - note: Ensure the
isLegalHoldsRemoveMembersmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsRemoveMembersType *_Nonnull legalHoldsRemoveMembers;Swift
var legalHoldsRemoveMembers: DBTEAMLOGLegalHoldsRemoveMembersType { get } - 
                  
                  
(data_governance) Created a summary report for a hold - note: Ensure the
isLegalHoldsReportAHoldmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsReportAHoldType *_Nonnull legalHoldsReportAHold;Swift
var legalHoldsReportAHold: DBTEAMLOGLegalHoldsReportAHoldType { get } - 
                  
                  
(devices) Changed IP address associated with active desktop session @note Ensure the
isDeviceChangeIpDesktopmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpDesktopType *_Nonnull deviceChangeIpDesktop;Swift
var deviceChangeIpDesktop: DBTEAMLOGDeviceChangeIpDesktopType { get } - 
                  
                  
(devices) Changed IP address associated with active mobile session @note Ensure the
isDeviceChangeIpMobilemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpMobileType *_Nonnull deviceChangeIpMobile;Swift
var deviceChangeIpMobile: DBTEAMLOGDeviceChangeIpMobileType { get } - 
                  
                  
(devices) Changed IP address associated with active web session - note: Ensure the
isDeviceChangeIpWebmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpWebType *_Nonnull deviceChangeIpWeb;Swift
var deviceChangeIpWeb: DBTEAMLOGDeviceChangeIpWebType { get } - 
                  
                  
(devices) Failed to delete all files from unlinked device - note: Ensure the
isDeviceDeleteOnUnlinkFailmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceDeleteOnUnlinkFailType *_Nonnull deviceDeleteOnUnlinkFail;Swift
var deviceDeleteOnUnlinkFail: DBTEAMLOGDeviceDeleteOnUnlinkFailType { get } - 
                  
                  
(devices) Deleted all files from unlinked device - note: Ensure the
isDeviceDeleteOnUnlinkSuccessmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceDeleteOnUnlinkSuccessType *_Nonnull deviceDeleteOnUnlinkSuccess;Swift
var deviceDeleteOnUnlinkSuccess: DBTEAMLOGDeviceDeleteOnUnlinkSuccessType { get } - 
                  
                  
(devices) Failed to link device - note: Ensure the
isDeviceLinkFailmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceLinkFailType *_Nonnull deviceLinkFail;Swift
var deviceLinkFail: DBTEAMLOGDeviceLinkFailType { get } - 
                  
                  
(devices) Linked device - note: Ensure the
isDeviceLinkSuccessmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceLinkSuccessType *_Nonnull deviceLinkSuccess;Swift
var deviceLinkSuccess: DBTEAMLOGDeviceLinkSuccessType { get } - 
                  
                  
(devices) Disabled device management (deprecated, no longer logged) @note Ensure the
isDeviceManagementDisabledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceManagementDisabledType *_Nonnull deviceManagementDisabled;Swift
var deviceManagementDisabled: DBTEAMLOGDeviceManagementDisabledType { get } - 
                  
                  
(devices) Enabled device management (deprecated, no longer logged) @note Ensure the
isDeviceManagementEnabledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceManagementEnabledType *_Nonnull deviceManagementEnabled;Swift
var deviceManagementEnabled: DBTEAMLOGDeviceManagementEnabledType { get } - 
                  
                  
(devices) Enabled/disabled backup for computer - note: Ensure the
isDeviceSyncBackupStatusChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceSyncBackupStatusChangedType *_Nonnull deviceSyncBackupStatusChanged;Swift
var deviceSyncBackupStatusChanged: DBTEAMLOGDeviceSyncBackupStatusChangedType { get } - 
                  
                  
(devices) Disconnected device - note: Ensure the
isDeviceUnlinkmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceUnlinkType *_Nonnull deviceUnlink;Swift
var deviceUnlink: DBTEAMLOGDeviceUnlinkType { get } - 
                  
                  
(devices) Exported passwords - note: Ensure the
isDropboxPasswordsExportedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsExportedType *_Nonnull dropboxPasswordsExported;Swift
var dropboxPasswordsExported: DBTEAMLOGDropboxPasswordsExportedType { get } - 
                  
                  
(devices) Enrolled new Dropbox Passwords device - note: Ensure the
isDropboxPasswordsNewDeviceEnrolledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType *_Nonnull dropboxPasswordsNewDeviceEnrolled;Swift
var dropboxPasswordsNewDeviceEnrolled: DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType { get } - 
                  
                  
(devices) Refreshed auth token used for setting up EMM - note: Ensure the
isEmmRefreshAuthTokenmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmRefreshAuthTokenType *_Nonnull emmRefreshAuthToken;Swift
var emmRefreshAuthToken: DBTEAMLOGEmmRefreshAuthTokenType { get } - 
                  
                  
(devices) Checked external drive backup eligibility status - note: Ensure the
isExternalDriveBackupEligibilityStatusCheckedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedType *_Nonnull externalDriveBackupEligibilityStatusChecked;Swift
var externalDriveBackupEligibilityStatusChecked: DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedType { get } - 
                  
                  
(devices) Modified external drive backup - note: Ensure the
isExternalDriveBackupStatusChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupStatusChangedType *_Nonnull externalDriveBackupStatusChanged;Swift
var externalDriveBackupStatusChanged: DBTEAMLOGExternalDriveBackupStatusChangedType { get } - 
                  
                  
(domains) Granted/revoked option to enable account capture on team domains
Note
Ensure theisAccountCaptureChangeAvailabilitymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureChangeAvailabilityType *_Nonnull accountCaptureChangeAvailability;Swift
var accountCaptureChangeAvailability: DBTEAMLOGAccountCaptureChangeAvailabilityType { get } - 
                  
                  
(domains) Account-captured user migrated account to team - note: Ensure the
isAccountCaptureMigrateAccountmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureMigrateAccountType *_Nonnull accountCaptureMigrateAccount;Swift
var accountCaptureMigrateAccount: DBTEAMLOGAccountCaptureMigrateAccountType { get } - 
                  
                  
(domains) Sent account capture email to all unmanaged members - note: Ensure the
isAccountCaptureNotificationEmailsSentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureNotificationEmailsSentType *_Nonnull accountCaptureNotificationEmailsSent;Swift
var accountCaptureNotificationEmailsSent: DBTEAMLOGAccountCaptureNotificationEmailsSentType { get } - 
                  
                  
(domains) Account-captured user changed account email to personal email
Note
Ensure theisAccountCaptureRelinquishAccountmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureRelinquishAccountType *_Nonnull accountCaptureRelinquishAccount;Swift
var accountCaptureRelinquishAccount: DBTEAMLOGAccountCaptureRelinquishAccountType { get } - 
                  
                  
(domains) Disabled domain invites (deprecated, no longer logged) @note Ensure the
isDisabledDomainInvitesmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDisabledDomainInvitesType *_Nonnull disabledDomainInvites;Swift
var disabledDomainInvites: DBTEAMLOGDisabledDomainInvitesType { get } - 
                  
                  
(domains) Approved user’s request to join team - note: Ensure the
isDomainInvitesApproveRequestToJoinTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesApproveRequestToJoinTeamType *_Nonnull domainInvitesApproveRequestToJoinTeam;Swift
var domainInvitesApproveRequestToJoinTeam: DBTEAMLOGDomainInvitesApproveRequestToJoinTeamType { get } - 
                  
                  
(domains) Declined user’s request to join team - note: Ensure the
isDomainInvitesDeclineRequestToJoinTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamType *_Nonnull domainInvitesDeclineRequestToJoinTeam;Swift
var domainInvitesDeclineRequestToJoinTeam: DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamType { get } - 
                  
                  
(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged) - note: Ensure the
isDomainInvitesEmailExistingUsersmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesEmailExistingUsersType *_Nonnull domainInvitesEmailExistingUsers;Swift
var domainInvitesEmailExistingUsers: DBTEAMLOGDomainInvitesEmailExistingUsersType { get } - 
                  
                  
(domains) Requested to join team - note: Ensure the
isDomainInvitesRequestToJoinTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesRequestToJoinTeamType *_Nonnull domainInvitesRequestToJoinTeam;Swift
var domainInvitesRequestToJoinTeam: DBTEAMLOGDomainInvitesRequestToJoinTeamType { get } - 
                  
                  
(domains) Disabled “Automatically invite new users” (deprecated, no longer logged) - note: Ensure the
isDomainInvitesSetInviteNewUserPrefToNomethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoType *_Nonnull domainInvitesSetInviteNewUserPrefToNo;Swift
var domainInvitesSetInviteNewUserPrefToNo: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoType { get } - 
                  
                  
(domains) Enabled “Automatically invite new users” (deprecated, no longer logged) - note: Ensure the
isDomainInvitesSetInviteNewUserPrefToYesmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesType *_Nonnull domainInvitesSetInviteNewUserPrefToYes;Swift
var domainInvitesSetInviteNewUserPrefToYes: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesType { get } - 
                  
                  
(domains) Failed to verify team domain - note: Ensure the
isDomainVerificationAddDomainFailmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationAddDomainFailType *_Nonnull domainVerificationAddDomainFail;Swift
var domainVerificationAddDomainFail: DBTEAMLOGDomainVerificationAddDomainFailType { get } - 
                  
                  
(domains) Verified team domain - note: Ensure the
isDomainVerificationAddDomainSuccessmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationAddDomainSuccessType *_Nonnull domainVerificationAddDomainSuccess;Swift
var domainVerificationAddDomainSuccess: DBTEAMLOGDomainVerificationAddDomainSuccessType { get } - 
                  
                  
(domains) Removed domain from list of verified team domains - note: Ensure the
isDomainVerificationRemoveDomainmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationRemoveDomainType *_Nonnull domainVerificationRemoveDomain;Swift
var domainVerificationRemoveDomain: DBTEAMLOGDomainVerificationRemoveDomainType { get } - 
                  
                  
(domains) Enabled domain invites (deprecated, no longer logged) - note: Ensure the
isEnabledDomainInvitesmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEnabledDomainInvitesType *_Nonnull enabledDomainInvites;Swift
var enabledDomainInvites: DBTEAMLOGEnabledDomainInvitesType { get } - 
                  
                  
(file_operations) Applied naming convention - note: Ensure the
isApplyNamingConventionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGApplyNamingConventionType *_Nonnull applyNamingConvention;Swift
var applyNamingConvention: DBTEAMLOGApplyNamingConventionType { get } - 
                  
                  
(file_operations) Created folders (deprecated, no longer logged) @note Ensure the
isCreateFoldermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCreateFolderType *_Nonnull createFolder;Swift
var createFolder: DBTEAMLOGCreateFolderType { get } - 
                  
                  
(file_operations) Added files and/or folders - note: Ensure the
isFileAddmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileAddType *_Nonnull fileAdd;Swift
var fileAdd: DBTEAMLOGFileAddType { get } - 
                  
                  
(file_operations) Copied files and/or folders - note: Ensure the
isFileCopymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileCopyType *_Nonnull fileCopy;Swift
var fileCopy: DBTEAMLOGFileCopyType { get } - 
                  
                  
(file_operations) Deleted files and/or folders - note: Ensure the
isFileDeletemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDeleteType *_Nonnull fileDelete;Swift
var fileDelete: DBTEAMLOGFileDeleteType { get } - 
                  
                  
(file_operations) Downloaded files and/or folders - note: Ensure the
isFileDownloadmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDownloadType *_Nonnull fileDownload;Swift
var fileDownload: DBTEAMLOGFileDownloadType { get } - 
                  
                  
(file_operations) Edited files - note: Ensure the
isFileEditmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileEditType *_Nonnull fileEdit;Swift
var fileEdit: DBTEAMLOGFileEditType { get } - 
                  
                  
(file_operations) Created copy reference to file/folder - note: Ensure the
isFileGetCopyReferencemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileGetCopyReferenceType *_Nonnull fileGetCopyReference;Swift
var fileGetCopyReference: DBTEAMLOGFileGetCopyReferenceType { get } - 
                  
                  
(file_operations) Locked/unlocked editing for a file - note: Ensure the
isFileLockingLockStatusChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLockingLockStatusChangedType *_Nonnull fileLockingLockStatusChanged;Swift
var fileLockingLockStatusChanged: DBTEAMLOGFileLockingLockStatusChangedType { get } - 
                  
                  
(file_operations) Moved files and/or folders - note: Ensure the
isFileMovemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileMoveType *_Nonnull fileMove;Swift
var fileMove: DBTEAMLOGFileMoveType { get } - 
                  
                  
(file_operations) Permanently deleted files and/or folders - note: Ensure the
isFilePermanentlyDeletemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFilePermanentlyDeleteType *_Nonnull filePermanentlyDelete;Swift
var filePermanentlyDelete: DBTEAMLOGFilePermanentlyDeleteType { get } - 
                  
                  
(file_operations) Previewed files and/or folders - note: Ensure the
isFilePreviewmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFilePreviewType *_Nonnull filePreview;Swift
var filePreview: DBTEAMLOGFilePreviewType { get } - 
                  
                  
(file_operations) Renamed files and/or folders - note: Ensure the
isFileRenamemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRenameType *_Nonnull fileRename;Swift
var fileRename: DBTEAMLOGFileRenameType { get } - 
                  
                  
(file_operations) Restored deleted files and/or folders - note: Ensure the
isFileRestoremethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRestoreType *_Nonnull fileRestore;Swift
var fileRestore: DBTEAMLOGFileRestoreType { get } - 
                  
                  
(file_operations) Reverted files to previous version - note: Ensure the
isFileRevertmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRevertType *_Nonnull fileRevert;Swift
var fileRevert: DBTEAMLOGFileRevertType { get } - 
                  
                  
(file_operations) Rolled back file actions - note: Ensure the
isFileRollbackChangesmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRollbackChangesType *_Nonnull fileRollbackChanges;Swift
var fileRollbackChanges: DBTEAMLOGFileRollbackChangesType { get } - 
                  
                  
(file_operations) Saved file/folder using copy reference - note: Ensure the
isFileSaveCopyReferencemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileSaveCopyReferenceType *_Nonnull fileSaveCopyReference;Swift
var fileSaveCopyReference: DBTEAMLOGFileSaveCopyReferenceType { get } - 
                  
                  
(file_operations) Updated folder overview - note: Ensure the
isFolderOverviewDescriptionChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewDescriptionChangedType *_Nonnull folderOverviewDescriptionChanged;Swift
var folderOverviewDescriptionChanged: DBTEAMLOGFolderOverviewDescriptionChangedType { get } - 
                  
                  
(file_operations) Pinned item to folder overview - note: Ensure the
isFolderOverviewItemPinnedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewItemPinnedType *_Nonnull folderOverviewItemPinned;Swift
var folderOverviewItemPinned: DBTEAMLOGFolderOverviewItemPinnedType { get } - 
                  
                  
(file_operations) Unpinned item from folder overview - note: Ensure the
isFolderOverviewItemUnpinnedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewItemUnpinnedType *_Nonnull folderOverviewItemUnpinned;Swift
var folderOverviewItemUnpinned: DBTEAMLOGFolderOverviewItemUnpinnedType { get } - 
                  
                  
(file_operations) Added a label - note: Ensure the
isObjectLabelAddedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelAddedType *_Nonnull objectLabelAdded;Swift
var objectLabelAdded: DBTEAMLOGObjectLabelAddedType { get } - 
                  
                  
(file_operations) Removed a label - note: Ensure the
isObjectLabelRemovedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelRemovedType *_Nonnull objectLabelRemoved;Swift
var objectLabelRemoved: DBTEAMLOGObjectLabelRemovedType { get } - 
                  
                  
(file_operations) Updated a label’s value - note: Ensure the
isObjectLabelUpdatedValuemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelUpdatedValueType *_Nonnull objectLabelUpdatedValue;Swift
var objectLabelUpdatedValue: DBTEAMLOGObjectLabelUpdatedValueType { get } - 
                  
                  
(file_operations) Organized a folder with multi-file organize - note: Ensure the
isOrganizeFolderWithTidymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOrganizeFolderWithTidyType *_Nonnull organizeFolderWithTidy;Swift
var organizeFolderWithTidy: DBTEAMLOGOrganizeFolderWithTidyType { get } - 
                  
                  
(file_operations) Rewound a folder - note: Ensure the
isRewindFoldermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGRewindFolderType *_Nonnull rewindFolder;Swift
var rewindFolder: DBTEAMLOGRewindFolderType { get } - 
                  
                  
(file_operations) Reverted naming convention - note: Ensure the
isUndoNamingConventionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUndoNamingConventionType *_Nonnull undoNamingConvention;Swift
var undoNamingConvention: DBTEAMLOGUndoNamingConventionType { get } - 
                  
                  
(file_operations) Removed multi-file organize - note: Ensure the
isUndoOrganizeFolderWithTidymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUndoOrganizeFolderWithTidyType *_Nonnull undoOrganizeFolderWithTidy;Swift
var undoOrganizeFolderWithTidy: DBTEAMLOGUndoOrganizeFolderWithTidyType { get } - 
                  
                  
(file_operations) Tagged a file - note: Ensure the
isUserTagsAddedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUserTagsAddedType *_Nonnull userTagsAdded;Swift
var userTagsAdded: DBTEAMLOGUserTagsAddedType { get } - 
                  
                  
(file_operations) Removed tags - note: Ensure the
isUserTagsRemovedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUserTagsRemovedType *_Nonnull userTagsRemoved;Swift
var userTagsRemoved: DBTEAMLOGUserTagsRemovedType { get } - 
                  
                  
(file_requests) Received files via Email to Dropbox - note: Ensure the
isEmailIngestReceiveFilemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmailIngestReceiveFileType *_Nonnull emailIngestReceiveFile;Swift
var emailIngestReceiveFile: DBTEAMLOGEmailIngestReceiveFileType { get } - 
                  
                  
(file_requests) Changed file request - note: Ensure the
isFileRequestChangemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestChangeType *_Nonnull fileRequestChange;Swift
var fileRequestChange: DBTEAMLOGFileRequestChangeType { get } - 
                  
                  
(file_requests) Closed file request - note: Ensure the
isFileRequestClosemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestCloseType *_Nonnull fileRequestClose;Swift
var fileRequestClose: DBTEAMLOGFileRequestCloseType { get } - 
                  
                  
(file_requests) Created file request - note: Ensure the
isFileRequestCreatemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestCreateType *_Nonnull fileRequestCreate;Swift
var fileRequestCreate: DBTEAMLOGFileRequestCreateType { get } - 
                  
                  
(file_requests) Delete file request - note: Ensure the
isFileRequestDeletemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestDeleteType *_Nonnull fileRequestDelete;Swift
var fileRequestDelete: DBTEAMLOGFileRequestDeleteType { get } - 
                  
                  
(file_requests) Received files for file request - note: Ensure the
isFileRequestReceiveFilemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestReceiveFileType *_Nonnull fileRequestReceiveFile;Swift
var fileRequestReceiveFile: DBTEAMLOGFileRequestReceiveFileType { get } - 
                  
                  
(groups) Added external ID for group - note: Ensure the
isGroupAddExternalIdmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupAddExternalIdType *_Nonnull groupAddExternalId;Swift
var groupAddExternalId: DBTEAMLOGGroupAddExternalIdType { get } - 
                  
                  
(groups) Added team members to group - note: Ensure the
isGroupAddMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupAddMemberType *_Nonnull groupAddMember;Swift
var groupAddMember: DBTEAMLOGGroupAddMemberType { get } - 
                  
                  
(groups) Changed external ID for group - note: Ensure the
isGroupChangeExternalIdmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeExternalIdType *_Nonnull groupChangeExternalId;Swift
var groupChangeExternalId: DBTEAMLOGGroupChangeExternalIdType { get } - 
                  
                  
(groups) Changed group management type - note: Ensure the
isGroupChangeManagementTypemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeManagementTypeType *_Nonnull groupChangeManagementType;Swift
var groupChangeManagementType: DBTEAMLOGGroupChangeManagementTypeType { get } - 
                  
                  
(groups) Changed manager permissions of group member - note: Ensure the
isGroupChangeMemberRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeMemberRoleType *_Nonnull groupChangeMemberRole;Swift
var groupChangeMemberRole: DBTEAMLOGGroupChangeMemberRoleType { get } - 
                  
                  
(groups) Created group - note: Ensure the
isGroupCreatemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupCreateType *_Nonnull groupCreate;Swift
var groupCreate: DBTEAMLOGGroupCreateType { get } - 
                  
                  
(groups) Deleted group - note: Ensure the
isGroupDeletemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupDeleteType *_Nonnull groupDelete;Swift
var groupDelete: DBTEAMLOGGroupDeleteType { get } - 
                  
                  
(groups) Updated group (deprecated, no longer logged) - note: Ensure the
isGroupDescriptionUpdatedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupDescriptionUpdatedType *_Nonnull groupDescriptionUpdated;Swift
var groupDescriptionUpdated: DBTEAMLOGGroupDescriptionUpdatedType { get } - 
                  
                  
(groups) Updated group join policy (deprecated, no longer logged) @note Ensure the
isGroupJoinPolicyUpdatedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupJoinPolicyUpdatedType *_Nonnull groupJoinPolicyUpdated;Swift
var groupJoinPolicyUpdated: DBTEAMLOGGroupJoinPolicyUpdatedType { get } - 
                  
                  
(groups) Moved group (deprecated, no longer logged) - note: Ensure the
isGroupMovedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupMovedType *_Nonnull groupMoved;Swift
var groupMoved: DBTEAMLOGGroupMovedType { get } - 
                  
                  
(groups) Removed external ID for group - note: Ensure the
isGroupRemoveExternalIdmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRemoveExternalIdType *_Nonnull groupRemoveExternalId;Swift
var groupRemoveExternalId: DBTEAMLOGGroupRemoveExternalIdType { get } - 
                  
                  
(groups) Removed team members from group - note: Ensure the
isGroupRemoveMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRemoveMemberType *_Nonnull groupRemoveMember;Swift
var groupRemoveMember: DBTEAMLOGGroupRemoveMemberType { get } - 
                  
                  
(groups) Renamed group - note: Ensure the
isGroupRenamemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRenameType *_Nonnull groupRename;Swift
var groupRename: DBTEAMLOGGroupRenameType { get } - 
                  
                  
(logins) Unlocked/locked account after failed sign in attempts - note: Ensure the
isAccountLockOrUnlockedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountLockOrUnlockedType *_Nonnull accountLockOrUnlocked;Swift
var accountLockOrUnlocked: DBTEAMLOGAccountLockOrUnlockedType { get } - 
                  
                  
(logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’) - note: Ensure the
isEmmErrormethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmErrorType *_Nonnull emmError;Swift
var emmError: DBTEAMLOGEmmErrorType { get } - 
                  
                  
(logins) Started trusted team admin session - note: Ensure the
isGuestAdminSignedInViaTrustedTeamsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminSignedInViaTrustedTeamsType *_Nonnull guestAdminSignedInViaTrustedTeams;Swift
var guestAdminSignedInViaTrustedTeams: DBTEAMLOGGuestAdminSignedInViaTrustedTeamsType { get } - 
                  
                  
(logins) Ended trusted team admin session - note: Ensure the
isGuestAdminSignedOutViaTrustedTeamsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsType *_Nonnull guestAdminSignedOutViaTrustedTeams;Swift
var guestAdminSignedOutViaTrustedTeams: DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsType { get } - 
                  
                  
(logins) Failed to sign in - note: Ensure the
isLoginFailmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLoginFailType *_Nonnull loginFail;Swift
var loginFail: DBTEAMLOGLoginFailType { get } - 
                  
                  
(logins) Signed in - note: Ensure the
isLoginSuccessmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLoginSuccessType *_Nonnull loginSuccess;Swift
var loginSuccess: DBTEAMLOGLoginSuccessType { get } - 
                  
                  
(logins) Signed out - note: Ensure the
isLogoutmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLogoutType *_Nonnull logout;Swift
var logout: DBTEAMLOGLogoutType { get } - 
                  
                  
(logins) Ended reseller support session - note: Ensure the
isResellerSupportSessionEndmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportSessionEndType *_Nonnull resellerSupportSessionEnd;Swift
var resellerSupportSessionEnd: DBTEAMLOGResellerSupportSessionEndType { get } - 
                  
                  
(logins) Started reseller support session - note: Ensure the
isResellerSupportSessionStartmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportSessionStartType *_Nonnull resellerSupportSessionStart;Swift
var resellerSupportSessionStart: DBTEAMLOGResellerSupportSessionStartType { get } - 
                  
                  
(logins) Ended admin sign-in-as session - note: Ensure the
isSignInAsSessionEndmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSignInAsSessionEndType *_Nonnull signInAsSessionEnd;Swift
var signInAsSessionEnd: DBTEAMLOGSignInAsSessionEndType { get } - 
                  
                  
(logins) Started admin sign-in-as session - note: Ensure the
isSignInAsSessionStartmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSignInAsSessionStartType *_Nonnull signInAsSessionStart;Swift
var signInAsSessionStart: DBTEAMLOGSignInAsSessionStartType { get } - 
                  
                  
(logins) Failed to sign in via SSO (deprecated, replaced by ‘Failed to sign in’) - note: Ensure the
isSsoErrormethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoErrorType *_Nonnull ssoError;Swift
var ssoError: DBTEAMLOGSsoErrorType { get } - 
                  
                  
(members) Created team invite link - note: Ensure the
isCreateTeamInviteLinkmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCreateTeamInviteLinkType *_Nonnull createTeamInviteLink;Swift
var createTeamInviteLink: DBTEAMLOGCreateTeamInviteLinkType { get } - 
                  
                  
(members) Deleted team invite link - note: Ensure the
isDeleteTeamInviteLinkmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeleteTeamInviteLinkType *_Nonnull deleteTeamInviteLink;Swift
var deleteTeamInviteLink: DBTEAMLOGDeleteTeamInviteLinkType { get } - 
                  
                  
(members) Added an external ID for team member - note: Ensure the
isMemberAddExternalIdmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberAddExternalIdType *_Nonnull memberAddExternalId;Swift
var memberAddExternalId: DBTEAMLOGMemberAddExternalIdType { get } - 
                  
                  
(members) Added team member name - note: Ensure the
isMemberAddNamemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberAddNameType *_Nonnull memberAddName;Swift
var memberAddName: DBTEAMLOGMemberAddNameType { get } - 
                  
                  
(members) Changed team member admin role - note: Ensure the
isMemberChangeAdminRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeAdminRoleType *_Nonnull memberChangeAdminRole;Swift
var memberChangeAdminRole: DBTEAMLOGMemberChangeAdminRoleType { get } - 
                  
                  
(members) Changed team member email - note: Ensure the
isMemberChangeEmailmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeEmailType *_Nonnull memberChangeEmail;Swift
var memberChangeEmail: DBTEAMLOGMemberChangeEmailType { get } - 
                  
                  
(members) Changed the external ID for team member - note: Ensure the
isMemberChangeExternalIdmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeExternalIdType *_Nonnull memberChangeExternalId;Swift
var memberChangeExternalId: DBTEAMLOGMemberChangeExternalIdType { get } - 
                  
                  
(members) Changed membership type (limited/full) of member (deprecated, no longer logged) - note: Ensure the
isMemberChangeMembershipTypemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeMembershipTypeType *_Nonnull memberChangeMembershipType;Swift
var memberChangeMembershipType: DBTEAMLOGMemberChangeMembershipTypeType { get } - 
                  
                  
(members) Changed team member name - note: Ensure the
isMemberChangeNamemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeNameType *_Nonnull memberChangeName;Swift
var memberChangeName: DBTEAMLOGMemberChangeNameType { get } - 
                  
                  
(members) Changed team member reseller role - note: Ensure the
isMemberChangeResellerRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeResellerRoleType *_Nonnull memberChangeResellerRole;Swift
var memberChangeResellerRole: DBTEAMLOGMemberChangeResellerRoleType { get } - 
                  
                  
(members) Changed member status (invited, joined, suspended, etc.) @note Ensure the
isMemberChangeStatusmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeStatusType *_Nonnull memberChangeStatus;Swift
var memberChangeStatus: DBTEAMLOGMemberChangeStatusType { get } - 
                  
                  
(members) Cleared manually added contacts - note: Ensure the
isMemberDeleteManualContactsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberDeleteManualContactsType *_Nonnull memberDeleteManualContacts;Swift
var memberDeleteManualContacts: DBTEAMLOGMemberDeleteManualContactsType { get } - 
                  
                  
(members) Deleted team member profile photo - note: Ensure the
isMemberDeleteProfilePhotomethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberDeleteProfilePhotoType *_Nonnull memberDeleteProfilePhoto;Swift
var memberDeleteProfilePhoto: DBTEAMLOGMemberDeleteProfilePhotoType { get } - 
                  
                  
(members) Permanently deleted contents of deleted team member account @note Ensure the
isMemberPermanentlyDeleteAccountContentsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberPermanentlyDeleteAccountContentsType *_Nonnull memberPermanentlyDeleteAccountContents;Swift
var memberPermanentlyDeleteAccountContents: DBTEAMLOGMemberPermanentlyDeleteAccountContentsType { get } - 
                  
                  
(members) Removed the external ID for team member - note: Ensure the
isMemberRemoveExternalIdmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberRemoveExternalIdType *_Nonnull memberRemoveExternalId;Swift
var memberRemoveExternalId: DBTEAMLOGMemberRemoveExternalIdType { get } - 
                  
                  
(members) Set team member profile photo - note: Ensure the
isMemberSetProfilePhotomethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSetProfilePhotoType *_Nonnull memberSetProfilePhoto;Swift
var memberSetProfilePhoto: DBTEAMLOGMemberSetProfilePhotoType { get } - 
                  
                  
(members) Set custom member space limit - note: Ensure the
isMemberSpaceLimitsAddCustomQuotamethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsAddCustomQuotaType *_Nonnull memberSpaceLimitsAddCustomQuota;Swift
var memberSpaceLimitsAddCustomQuota: DBTEAMLOGMemberSpaceLimitsAddCustomQuotaType { get } - 
                  
                  
(members) Changed custom member space limit - note: Ensure the
isMemberSpaceLimitsChangeCustomQuotamethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaType *_Nonnull memberSpaceLimitsChangeCustomQuota;Swift
var memberSpaceLimitsChangeCustomQuota: DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaType { get } - 
                  
                  
(members) Changed space limit status - note: Ensure the
isMemberSpaceLimitsChangeStatusmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeStatusType *_Nonnull memberSpaceLimitsChangeStatus;Swift
var memberSpaceLimitsChangeStatus: DBTEAMLOGMemberSpaceLimitsChangeStatusType { get } - 
                  
                  
(members) Removed custom member space limit - note: Ensure the
isMemberSpaceLimitsRemoveCustomQuotamethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaType *_Nonnull memberSpaceLimitsRemoveCustomQuota;Swift
var memberSpaceLimitsRemoveCustomQuota: DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaType { get } - 
                  
                  
(members) Suggested person to add to team - note: Ensure the
isMemberSuggestmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSuggestType *_Nonnull memberSuggest;Swift
var memberSuggest: DBTEAMLOGMemberSuggestType { get } - 
                  
                  
(members) Transferred contents of deleted member account to another member
Note
Ensure theisMemberTransferAccountContentsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberTransferAccountContentsType *_Nonnull memberTransferAccountContents;Swift
var memberTransferAccountContents: DBTEAMLOGMemberTransferAccountContentsType { get } - 
                  
                  
(members) Added pending secondary email - note: Ensure the
isPendingSecondaryEmailAddedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPendingSecondaryEmailAddedType *_Nonnull pendingSecondaryEmailAdded;Swift
var pendingSecondaryEmailAdded: DBTEAMLOGPendingSecondaryEmailAddedType { get } - 
                  
                  
(members) Deleted secondary email - note: Ensure the
isSecondaryEmailDeletedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryEmailDeletedType *_Nonnull secondaryEmailDeleted;Swift
var secondaryEmailDeleted: DBTEAMLOGSecondaryEmailDeletedType { get } - 
                  
                  
(members) Verified secondary email - note: Ensure the
isSecondaryEmailVerifiedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryEmailVerifiedType *_Nonnull secondaryEmailVerified;Swift
var secondaryEmailVerified: DBTEAMLOGSecondaryEmailVerifiedType { get } - 
                  
                  
(members) Secondary mails policy changed - note: Ensure the
isSecondaryMailsPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryMailsPolicyChangedType *_Nonnull secondaryMailsPolicyChanged;Swift
var secondaryMailsPolicyChanged: DBTEAMLOGSecondaryMailsPolicyChangedType { get } - 
                  
                  
(paper) Added Binder page (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderAddPagemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderAddPageType *_Nonnull binderAddPage;Swift
var binderAddPage: DBTEAMLOGBinderAddPageType { get } - 
                  
                  
(paper) Added Binder section (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderAddSectionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderAddSectionType *_Nonnull binderAddSection;Swift
var binderAddSection: DBTEAMLOGBinderAddSectionType { get } - 
                  
                  
(paper) Removed Binder page (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderRemovePagemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRemovePageType *_Nonnull binderRemovePage;Swift
var binderRemovePage: DBTEAMLOGBinderRemovePageType { get } - 
                  
                  
(paper) Removed Binder section (deprecated, replaced by ‘Edited files’)
Note
Ensure theisBinderRemoveSectionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRemoveSectionType *_Nonnull binderRemoveSection;Swift
var binderRemoveSection: DBTEAMLOGBinderRemoveSectionType { get } - 
                  
                  
(paper) Renamed Binder page (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderRenamePagemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRenamePageType *_Nonnull binderRenamePage;Swift
var binderRenamePage: DBTEAMLOGBinderRenamePageType { get } - 
                  
                  
(paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)
Note
Ensure theisBinderRenameSectionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRenameSectionType *_Nonnull binderRenameSection;Swift
var binderRenameSection: DBTEAMLOGBinderRenameSectionType { get } - 
                  
                  
(paper) Reordered Binder page (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderReorderPagemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderReorderPageType *_Nonnull binderReorderPage;Swift
var binderReorderPage: DBTEAMLOGBinderReorderPageType { get } - 
                  
                  
(paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)
Note
Ensure theisBinderReorderSectionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderReorderSectionType *_Nonnull binderReorderSection;Swift
var binderReorderSection: DBTEAMLOGBinderReorderSectionType { get } - 
                  
                  
(paper) Added users and/or groups to Paper doc/folder - note: Ensure the
isPaperContentAddMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentAddMemberType *_Nonnull paperContentAddMember;Swift
var paperContentAddMember: DBTEAMLOGPaperContentAddMemberType { get } - 
                  
                  
(paper) Added Paper doc/folder to folder - note: Ensure the
isPaperContentAddToFoldermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentAddToFolderType *_Nonnull paperContentAddToFolder;Swift
var paperContentAddToFolder: DBTEAMLOGPaperContentAddToFolderType { get } - 
                  
                  
(paper) Archived Paper doc/folder - note: Ensure the
isPaperContentArchivemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentArchiveType *_Nonnull paperContentArchive;Swift
var paperContentArchive: DBTEAMLOGPaperContentArchiveType { get } - 
                  
                  
(paper) Created Paper doc/folder - note: Ensure the
isPaperContentCreatemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentCreateType *_Nonnull paperContentCreate;Swift
var paperContentCreate: DBTEAMLOGPaperContentCreateType { get } - 
                  
                  
(paper) Permanently deleted Paper doc/folder - note: Ensure the
isPaperContentPermanentlyDeletemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentPermanentlyDeleteType *_Nonnull paperContentPermanentlyDelete;Swift
var paperContentPermanentlyDelete: DBTEAMLOGPaperContentPermanentlyDeleteType { get } - 
                  
                  
(paper) Removed Paper doc/folder from folder - note: Ensure the
isPaperContentRemoveFromFoldermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRemoveFromFolderType *_Nonnull paperContentRemoveFromFolder;Swift
var paperContentRemoveFromFolder: DBTEAMLOGPaperContentRemoveFromFolderType { get } - 
                  
                  
(paper) Removed users and/or groups from Paper doc/folder - note: Ensure the
isPaperContentRemoveMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRemoveMemberType *_Nonnull paperContentRemoveMember;Swift
var paperContentRemoveMember: DBTEAMLOGPaperContentRemoveMemberType { get } - 
                  
                  
(paper) Renamed Paper doc/folder - note: Ensure the
isPaperContentRenamemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRenameType *_Nonnull paperContentRename;Swift
var paperContentRename: DBTEAMLOGPaperContentRenameType { get } - 
                  
                  
(paper) Restored archived Paper doc/folder - note: Ensure the
isPaperContentRestoremethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRestoreType *_Nonnull paperContentRestore;Swift
var paperContentRestore: DBTEAMLOGPaperContentRestoreType { get } - 
                  
                  
(paper) Added Paper doc comment - note: Ensure the
isPaperDocAddCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocAddCommentType *_Nonnull paperDocAddComment;Swift
var paperDocAddComment: DBTEAMLOGPaperDocAddCommentType { get } - 
                  
                  
(paper) Changed member permissions for Paper doc - note: Ensure the
isPaperDocChangeMemberRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeMemberRoleType *_Nonnull paperDocChangeMemberRole;Swift
var paperDocChangeMemberRole: DBTEAMLOGPaperDocChangeMemberRoleType { get } - 
                  
                  
(paper) Changed sharing setting for Paper doc - note: Ensure the
isPaperDocChangeSharingPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeSharingPolicyType *_Nonnull paperDocChangeSharingPolicy;Swift
var paperDocChangeSharingPolicy: DBTEAMLOGPaperDocChangeSharingPolicyType { get } - 
                  
                  
(paper) Followed/unfollowed Paper doc - note: Ensure the
isPaperDocChangeSubscriptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeSubscriptionType *_Nonnull paperDocChangeSubscription;Swift
var paperDocChangeSubscription: DBTEAMLOGPaperDocChangeSubscriptionType { get } - 
                  
                  
(paper) Archived Paper doc (deprecated, no longer logged) - note: Ensure the
isPaperDocDeletedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDeletedType *_Nonnull paperDocDeleted;Swift
var paperDocDeleted: DBTEAMLOGPaperDocDeletedType { get } - 
                  
                  
(paper) Deleted Paper doc comment - note: Ensure the
isPaperDocDeleteCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDeleteCommentType *_Nonnull paperDocDeleteComment;Swift
var paperDocDeleteComment: DBTEAMLOGPaperDocDeleteCommentType { get } - 
                  
                  
(paper) Downloaded Paper doc in specific format - note: Ensure the
isPaperDocDownloadmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDownloadType *_Nonnull paperDocDownload;Swift
var paperDocDownload: DBTEAMLOGPaperDocDownloadType { get } - 
                  
                  
(paper) Edited Paper doc - note: Ensure the
isPaperDocEditmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocEditType *_Nonnull paperDocEdit;Swift
var paperDocEdit: DBTEAMLOGPaperDocEditType { get } - 
                  
                  
(paper) Edited Paper doc comment - note: Ensure the
isPaperDocEditCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocEditCommentType *_Nonnull paperDocEditComment;Swift
var paperDocEditComment: DBTEAMLOGPaperDocEditCommentType { get } - 
                  
                  
(paper) Followed Paper doc (deprecated, replaced by ‘Followed/unfollowed Paper doc’) - note: Ensure the
isPaperDocFollowedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocFollowedType *_Nonnull paperDocFollowed;Swift
var paperDocFollowed: DBTEAMLOGPaperDocFollowedType { get } - 
                  
                  
(paper) Mentioned user in Paper doc - note: Ensure the
isPaperDocMentionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocMentionType *_Nonnull paperDocMention;Swift
var paperDocMention: DBTEAMLOGPaperDocMentionType { get } - 
                  
                  
(paper) Transferred ownership of Paper doc - note: Ensure the
isPaperDocOwnershipChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocOwnershipChangedType *_Nonnull paperDocOwnershipChanged;Swift
var paperDocOwnershipChanged: DBTEAMLOGPaperDocOwnershipChangedType { get } - 
                  
                  
(paper) Requested access to Paper doc - note: Ensure the
isPaperDocRequestAccessmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocRequestAccessType *_Nonnull paperDocRequestAccess;Swift
var paperDocRequestAccess: DBTEAMLOGPaperDocRequestAccessType { get } - 
                  
                  
(paper) Resolved Paper doc comment - note: Ensure the
isPaperDocResolveCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocResolveCommentType *_Nonnull paperDocResolveComment;Swift
var paperDocResolveComment: DBTEAMLOGPaperDocResolveCommentType { get } - 
                  
                  
(paper) Restored Paper doc to previous version - note: Ensure the
isPaperDocRevertmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocRevertType *_Nonnull paperDocRevert;Swift
var paperDocRevert: DBTEAMLOGPaperDocRevertType { get } - 
                  
                  
(paper) Shared Paper doc via Slack - note: Ensure the
isPaperDocSlackSharemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocSlackShareType *_Nonnull paperDocSlackShare;Swift
var paperDocSlackShare: DBTEAMLOGPaperDocSlackShareType { get } - 
                  
                  
(paper) Shared Paper doc with users and/or groups (deprecated, no longer logged) - note: Ensure the
isPaperDocTeamInvitemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocTeamInviteType *_Nonnull paperDocTeamInvite;Swift
var paperDocTeamInvite: DBTEAMLOGPaperDocTeamInviteType { get } - 
                  
                  
(paper) Deleted Paper doc - note: Ensure the
isPaperDocTrashedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocTrashedType *_Nonnull paperDocTrashed;Swift
var paperDocTrashed: DBTEAMLOGPaperDocTrashedType { get } - 
                  
                  
(paper) Unresolved Paper doc comment - note: Ensure the
isPaperDocUnresolveCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocUnresolveCommentType *_Nonnull paperDocUnresolveComment;Swift
var paperDocUnresolveComment: DBTEAMLOGPaperDocUnresolveCommentType { get } - 
                  
                  
(paper) Restored Paper doc - note: Ensure the
isPaperDocUntrashedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocUntrashedType *_Nonnull paperDocUntrashed;Swift
var paperDocUntrashed: DBTEAMLOGPaperDocUntrashedType { get } - 
                  
                  
(paper) Viewed Paper doc - note: Ensure the
isPaperDocViewmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocViewType *_Nonnull paperDocView;Swift
var paperDocView: DBTEAMLOGPaperDocViewType { get } - 
                  
                  
(paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged) - note: Ensure the
isPaperExternalViewAllowmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewAllowType *_Nonnull paperExternalViewAllow;Swift
var paperExternalViewAllow: DBTEAMLOGPaperExternalViewAllowType { get } - 
                  
                  
(paper) Changed Paper external sharing setting to default team (deprecated, no longer logged) - note: Ensure the
isPaperExternalViewDefaultTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewDefaultTeamType *_Nonnull paperExternalViewDefaultTeam;Swift
var paperExternalViewDefaultTeam: DBTEAMLOGPaperExternalViewDefaultTeamType { get } - 
                  
                  
(paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged) - note: Ensure the
isPaperExternalViewForbidmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewForbidType *_Nonnull paperExternalViewForbid;Swift
var paperExternalViewForbid: DBTEAMLOGPaperExternalViewForbidType { get } - 
                  
                  
(paper) Followed/unfollowed Paper folder - note: Ensure the
isPaperFolderChangeSubscriptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderChangeSubscriptionType *_Nonnull paperFolderChangeSubscription;Swift
var paperFolderChangeSubscription: DBTEAMLOGPaperFolderChangeSubscriptionType { get } - 
                  
                  
(paper) Archived Paper folder (deprecated, no longer logged) - note: Ensure the
isPaperFolderDeletedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderDeletedType *_Nonnull paperFolderDeleted;Swift
var paperFolderDeleted: DBTEAMLOGPaperFolderDeletedType { get } - 
                  
                  
(paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’) - note: Ensure the
isPaperFolderFollowedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderFollowedType *_Nonnull paperFolderFollowed;Swift
var paperFolderFollowed: DBTEAMLOGPaperFolderFollowedType { get } - 
                  
                  
(paper) Shared Paper folder with users and/or groups (deprecated, no longer logged) - note: Ensure the
isPaperFolderTeamInvitemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderTeamInviteType *_Nonnull paperFolderTeamInvite;Swift
var paperFolderTeamInvite: DBTEAMLOGPaperFolderTeamInviteType { get } - 
                  
                  
(paper) Changed permissions for published doc - note: Ensure the
isPaperPublishedLinkChangePermissionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkChangePermissionType *_Nonnull paperPublishedLinkChangePermission;Swift
var paperPublishedLinkChangePermission: DBTEAMLOGPaperPublishedLinkChangePermissionType { get } - 
                  
                  
(paper) Published doc - note: Ensure the
isPaperPublishedLinkCreatemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkCreateType *_Nonnull paperPublishedLinkCreate;Swift
var paperPublishedLinkCreate: DBTEAMLOGPaperPublishedLinkCreateType { get } - 
                  
                  
(paper) Unpublished doc - note: Ensure the
isPaperPublishedLinkDisabledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkDisabledType *_Nonnull paperPublishedLinkDisabled;Swift
var paperPublishedLinkDisabled: DBTEAMLOGPaperPublishedLinkDisabledType { get } - 
                  
                  
(paper) Viewed published doc - note: Ensure the
isPaperPublishedLinkViewmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkViewType *_Nonnull paperPublishedLinkView;Swift
var paperPublishedLinkView: DBTEAMLOGPaperPublishedLinkViewType { get } - 
                  
                  
(passwords) Changed password - note: Ensure the
isPasswordChangemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordChangeType *_Nonnull passwordChange;Swift
var passwordChange: DBTEAMLOGPasswordChangeType { get } - 
                  
                  
(passwords) Reset password - note: Ensure the
isPasswordResetmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordResetType *_Nonnull passwordReset;Swift
var passwordReset: DBTEAMLOGPasswordResetType { get } - 
                  
                  
(passwords) Reset all team member passwords - note: Ensure the
isPasswordResetAllmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordResetAllType *_Nonnull passwordResetAll;Swift
var passwordResetAll: DBTEAMLOGPasswordResetAllType { get } - 
                  
                  
(reports) Created Classification report - note: Ensure the
isClassificationCreateReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationCreateReportType *_Nonnull classificationCreateReport;Swift
var classificationCreateReport: DBTEAMLOGClassificationCreateReportType { get } - 
                  
                  
(reports) Couldn’t create Classification report - note: Ensure the
isClassificationCreateReportFailmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationCreateReportFailType *_Nonnull classificationCreateReportFail;Swift
var classificationCreateReportFail: DBTEAMLOGClassificationCreateReportFailType { get } - 
                  
                  
(reports) Created EMM-excluded users report - note: Ensure the
isEmmCreateExceptionsReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmCreateExceptionsReportType *_Nonnull emmCreateExceptionsReport;Swift
var emmCreateExceptionsReport: DBTEAMLOGEmmCreateExceptionsReportType { get } - 
                  
                  
(reports) Created EMM mobile app usage report - note: Ensure the
isEmmCreateUsageReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmCreateUsageReportType *_Nonnull emmCreateUsageReport;Swift
var emmCreateUsageReport: DBTEAMLOGEmmCreateUsageReportType { get } - 
                  
                  
(reports) Created member data report - note: Ensure the
isExportMembersReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExportMembersReportType *_Nonnull exportMembersReport;Swift
var exportMembersReport: DBTEAMLOGExportMembersReportType { get } - 
                  
                  
(reports) Failed to create members data report - note: Ensure the
isExportMembersReportFailmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExportMembersReportFailType *_Nonnull exportMembersReportFail;Swift
var exportMembersReportFail: DBTEAMLOGExportMembersReportFailType { get } - 
                  
                  
(reports) Created External sharing report - note: Ensure the
isExternalSharingCreateReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalSharingCreateReportType *_Nonnull externalSharingCreateReport;Swift
var externalSharingCreateReport: DBTEAMLOGExternalSharingCreateReportType { get } - 
                  
                  
(reports) Couldn’t create External sharing report - note: Ensure the
isExternalSharingReportFailedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalSharingReportFailedType *_Nonnull externalSharingReportFailed;Swift
var externalSharingReportFailed: DBTEAMLOGExternalSharingReportFailedType { get } - 
                  
                  
(reports) Report created: Links created with no expiration - note: Ensure the
isNoExpirationLinkGenCreateReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoExpirationLinkGenCreateReportType *_Nonnull noExpirationLinkGenCreateReport;Swift
var noExpirationLinkGenCreateReport: DBTEAMLOGNoExpirationLinkGenCreateReportType { get } - 
                  
                  
(reports) Couldn’t create report: Links created with no expiration @note Ensure the
isNoExpirationLinkGenReportFailedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoExpirationLinkGenReportFailedType *_Nonnull noExpirationLinkGenReportFailed;Swift
var noExpirationLinkGenReportFailed: DBTEAMLOGNoExpirationLinkGenReportFailedType { get } - 
                  
                  
(reports) Report created: Links created without passwords - note: Ensure the
isNoPasswordLinkGenCreateReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkGenCreateReportType *_Nonnull noPasswordLinkGenCreateReport;Swift
var noPasswordLinkGenCreateReport: DBTEAMLOGNoPasswordLinkGenCreateReportType { get } - 
                  
                  
(reports) Couldn’t create report: Links created without passwords @note Ensure the
isNoPasswordLinkGenReportFailedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkGenReportFailedType *_Nonnull noPasswordLinkGenReportFailed;Swift
var noPasswordLinkGenReportFailed: DBTEAMLOGNoPasswordLinkGenReportFailedType { get } - 
                  
                  
(reports) Report created: Views of links without passwords - note: Ensure the
isNoPasswordLinkViewCreateReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkViewCreateReportType *_Nonnull noPasswordLinkViewCreateReport;Swift
var noPasswordLinkViewCreateReport: DBTEAMLOGNoPasswordLinkViewCreateReportType { get } - 
                  
                  
(reports) Couldn’t create report: Views of links without passwords @note Ensure the
isNoPasswordLinkViewReportFailedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkViewReportFailedType *_Nonnull noPasswordLinkViewReportFailed;Swift
var noPasswordLinkViewReportFailed: DBTEAMLOGNoPasswordLinkViewReportFailedType { get } - 
                  
                  
(reports) Report created: Views of old links - note: Ensure the
isOutdatedLinkViewCreateReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOutdatedLinkViewCreateReportType *_Nonnull outdatedLinkViewCreateReport;Swift
var outdatedLinkViewCreateReport: DBTEAMLOGOutdatedLinkViewCreateReportType { get } - 
                  
                  
(reports) Couldn’t create report: Views of old links - note: Ensure the
isOutdatedLinkViewReportFailedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOutdatedLinkViewReportFailedType *_Nonnull outdatedLinkViewReportFailed;Swift
var outdatedLinkViewReportFailed: DBTEAMLOGOutdatedLinkViewReportFailedType { get } - 
                  
                  
(reports) Exported all team Paper docs - note: Ensure the
isPaperAdminExportStartmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperAdminExportStartType *_Nonnull paperAdminExportStart;Swift
var paperAdminExportStart: DBTEAMLOGPaperAdminExportStartType { get } - 
                  
                  
(reports) Created Smart Sync non-admin devices report - note: Ensure the
isSmartSyncCreateAdminPrivilegeReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncCreateAdminPrivilegeReportType *_Nonnull smartSyncCreateAdminPrivilegeReport;Swift
var smartSyncCreateAdminPrivilegeReport: DBTEAMLOGSmartSyncCreateAdminPrivilegeReportType { get } - 
                  
                  
(reports) Created team activity report - note: Ensure the
isTeamActivityCreateReportmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamActivityCreateReportType *_Nonnull teamActivityCreateReport;Swift
var teamActivityCreateReport: DBTEAMLOGTeamActivityCreateReportType { get } - 
                  
                  
(reports) Couldn’t generate team activity report - note: Ensure the
isTeamActivityCreateReportFailmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamActivityCreateReportFailType *_Nonnull teamActivityCreateReportFail;Swift
var teamActivityCreateReportFail: DBTEAMLOGTeamActivityCreateReportFailType { get } - 
                  
                  
(sharing) Shared album - note: Ensure the
isCollectionSharemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCollectionShareType *_Nonnull collectionShare;Swift
var collectionShare: DBTEAMLOGCollectionShareType { get } - 
                  
                  
(sharing) Transfer files added - note: Ensure the
isFileTransfersFileAddmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersFileAddType *_Nonnull fileTransfersFileAdd;Swift
var fileTransfersFileAdd: DBTEAMLOGFileTransfersFileAddType { get } - 
                  
                  
(sharing) Deleted transfer - note: Ensure the
isFileTransfersTransferDeletemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferDeleteType *_Nonnull fileTransfersTransferDelete;Swift
var fileTransfersTransferDelete: DBTEAMLOGFileTransfersTransferDeleteType { get } - 
                  
                  
(sharing) Transfer downloaded - note: Ensure the
isFileTransfersTransferDownloadmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferDownloadType *_Nonnull fileTransfersTransferDownload;Swift
var fileTransfersTransferDownload: DBTEAMLOGFileTransfersTransferDownloadType { get } - 
                  
                  
(sharing) Sent transfer - note: Ensure the
isFileTransfersTransferSendmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferSendType *_Nonnull fileTransfersTransferSend;Swift
var fileTransfersTransferSend: DBTEAMLOGFileTransfersTransferSendType { get } - 
                  
                  
(sharing) Viewed transfer - note: Ensure the
isFileTransfersTransferViewmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferViewType *_Nonnull fileTransfersTransferView;Swift
var fileTransfersTransferView: DBTEAMLOGFileTransfersTransferViewType { get } - 
                  
                  
(sharing) Changed Paper doc to invite-only (deprecated, no longer logged)
Note
Ensure theisNoteAclInviteOnlymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclInviteOnlyType *_Nonnull noteAclInviteOnly;Swift
var noteAclInviteOnly: DBTEAMLOGNoteAclInviteOnlyType { get } - 
                  
                  
(sharing) Changed Paper doc to link-accessible (deprecated, no longer logged) - note: Ensure the
isNoteAclLinkmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclLinkType *_Nonnull noteAclLink;Swift
var noteAclLink: DBTEAMLOGNoteAclLinkType { get } - 
                  
                  
(sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged) - note: Ensure the
isNoteAclTeamLinkmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclTeamLinkType *_Nonnull noteAclTeamLink;Swift
var noteAclTeamLink: DBTEAMLOGNoteAclTeamLinkType { get } - 
                  
                  
(sharing) Shared Paper doc (deprecated, no longer logged) - note: Ensure the
isNoteSharedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteSharedType *_Nonnull noteShared;Swift
var noteShared: DBTEAMLOGNoteSharedType { get } - 
                  
                  
(sharing) Shared received Paper doc (deprecated, no longer logged) @note Ensure the
isNoteShareReceivemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteShareReceiveType *_Nonnull noteShareReceive;Swift
var noteShareReceive: DBTEAMLOGNoteShareReceiveType { get } - 
                  
                  
(sharing) Opened shared Paper doc (deprecated, no longer logged) @note Ensure the
isOpenNoteSharedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOpenNoteSharedType *_Nonnull openNoteShared;Swift
var openNoteShared: DBTEAMLOGOpenNoteSharedType { get } - 
                  
                  
(sharing) Added team to shared folder (deprecated, no longer logged) @note Ensure the
isSfAddGroupmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfAddGroupType *_Nonnull sfAddGroup;Swift
var sfAddGroup: DBTEAMLOGSfAddGroupType { get } - 
                  
                  
(sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged) - note: Ensure the
isSfAllowNonMembersToViewSharedLinksmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfAllowNonMembersToViewSharedLinksType *_Nonnull sfAllowNonMembersToViewSharedLinks;Swift
var sfAllowNonMembersToViewSharedLinks: DBTEAMLOGSfAllowNonMembersToViewSharedLinksType { get } - 
                  
                  
(sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged) - note: Ensure the
isSfExternalInviteWarnmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfExternalInviteWarnType *_Nonnull sfExternalInviteWarn;Swift
var sfExternalInviteWarn: DBTEAMLOGSfExternalInviteWarnType { get } - 
                  
                  
(sharing) Invited Facebook users to shared folder (deprecated, no longer logged) - note: Ensure the
isSfFbInvitemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbInviteType *_Nonnull sfFbInvite;Swift
var sfFbInvite: DBTEAMLOGSfFbInviteType { get } - 
                  
                  
(sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged) - note: Ensure the
isSfFbInviteChangeRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbInviteChangeRoleType *_Nonnull sfFbInviteChangeRole;Swift
var sfFbInviteChangeRole: DBTEAMLOGSfFbInviteChangeRoleType { get } - 
                  
                  
(sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged) - note: Ensure the
isSfFbUninvitemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbUninviteType *_Nonnull sfFbUninvite;Swift
var sfFbUninvite: DBTEAMLOGSfFbUninviteType { get } - 
                  
                  
(sharing) Invited group to shared folder (deprecated, no longer logged)
Note
Ensure theisSfInviteGroupmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfInviteGroupType *_Nonnull sfInviteGroup;Swift
var sfInviteGroup: DBTEAMLOGSfInviteGroupType { get } - 
                  
                  
(sharing) Granted access to shared folder (deprecated, no longer logged)
Note
Ensure theisSfTeamGrantAccessmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamGrantAccessType *_Nonnull sfTeamGrantAccess;Swift
var sfTeamGrantAccess: DBTEAMLOGSfTeamGrantAccessType { get } - 
                  
                  
(sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’) - note: Ensure the
isSfTeamInvitemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamInviteType *_Nonnull sfTeamInvite;Swift
var sfTeamInvite: DBTEAMLOGSfTeamInviteType { get } - 
                  
                  
(sharing) Changed team member’s role in shared folder (deprecated, no longer logged) - note: Ensure the
isSfTeamInviteChangeRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamInviteChangeRoleType *_Nonnull sfTeamInviteChangeRole;Swift
var sfTeamInviteChangeRole: DBTEAMLOGSfTeamInviteChangeRoleType { get } - 
                  
                  
(sharing) Joined team member’s shared folder (deprecated, no longer logged)
Note
Ensure theisSfTeamJoinmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamJoinType *_Nonnull sfTeamJoin;Swift
var sfTeamJoin: DBTEAMLOGSfTeamJoinType { get } - 
                  
                  
(sharing) Joined team member’s shared folder from link (deprecated, no longer logged) - note: Ensure the
isSfTeamJoinFromOobLinkmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamJoinFromOobLinkType *_Nonnull sfTeamJoinFromOobLink;Swift
var sfTeamJoinFromOobLink: DBTEAMLOGSfTeamJoinFromOobLinkType { get } - 
                  
                  
(sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’) - note: Ensure the
isSfTeamUninvitemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamUninviteType *_Nonnull sfTeamUninvite;Swift
var sfTeamUninvite: DBTEAMLOGSfTeamUninviteType { get } - 
                  
                  
(sharing) Invited user to Dropbox and added them to shared file/folder @note Ensure the
isSharedContentAddInviteesmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddInviteesType *_Nonnull sharedContentAddInvitees;Swift
var sharedContentAddInvitees: DBTEAMLOGSharedContentAddInviteesType { get } - 
                  
                  
(sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentAddLinkExpirymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddLinkExpiryType *_Nonnull sharedContentAddLinkExpiry;Swift
var sharedContentAddLinkExpiry: DBTEAMLOGSharedContentAddLinkExpiryType { get } - 
                  
                  
(sharing) Added password to link for shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentAddLinkPasswordmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddLinkPasswordType *_Nonnull sharedContentAddLinkPassword;Swift
var sharedContentAddLinkPassword: DBTEAMLOGSharedContentAddLinkPasswordType { get } - 
                  
                  
(sharing) Added users and/or groups to shared file/folder - note: Ensure the
isSharedContentAddMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddMemberType *_Nonnull sharedContentAddMember;Swift
var sharedContentAddMember: DBTEAMLOGSharedContentAddMemberType { get } - 
                  
                  
(sharing) Changed whether members can download shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentChangeDownloadsPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeDownloadsPolicyType *_Nonnull sharedContentChangeDownloadsPolicy;Swift
var sharedContentChangeDownloadsPolicy: DBTEAMLOGSharedContentChangeDownloadsPolicyType { get } - 
                  
                  
(sharing) Changed access type of invitee to shared file/folder before invite was accepted - note: Ensure the
isSharedContentChangeInviteeRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeInviteeRoleType *_Nonnull sharedContentChangeInviteeRole;Swift
var sharedContentChangeInviteeRole: DBTEAMLOGSharedContentChangeInviteeRoleType { get } - 
                  
                  
(sharing) Changed link audience of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentChangeLinkAudiencemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkAudienceType *_Nonnull sharedContentChangeLinkAudience;Swift
var sharedContentChangeLinkAudience: DBTEAMLOGSharedContentChangeLinkAudienceType { get } - 
                  
                  
(sharing) Changed link expiration of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentChangeLinkExpirymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkExpiryType *_Nonnull sharedContentChangeLinkExpiry;Swift
var sharedContentChangeLinkExpiry: DBTEAMLOGSharedContentChangeLinkExpiryType { get } - 
                  
                  
(sharing) Changed link password of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentChangeLinkPasswordmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkPasswordType *_Nonnull sharedContentChangeLinkPassword;Swift
var sharedContentChangeLinkPassword: DBTEAMLOGSharedContentChangeLinkPasswordType { get } - 
                  
                  
(sharing) Changed access type of shared file/folder member - note: Ensure the
isSharedContentChangeMemberRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeMemberRoleType *_Nonnull sharedContentChangeMemberRole;Swift
var sharedContentChangeMemberRole: DBTEAMLOGSharedContentChangeMemberRoleType { get } - 
                  
                  
(sharing) Changed whether members can see who viewed shared file/folder
Note
Ensure theisSharedContentChangeViewerInfoPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeViewerInfoPolicyType *_Nonnull sharedContentChangeViewerInfoPolicy;Swift
var sharedContentChangeViewerInfoPolicy: DBTEAMLOGSharedContentChangeViewerInfoPolicyType { get } - 
                  
                  
(sharing) Acquired membership of shared file/folder by accepting invite
Note
Ensure theisSharedContentClaimInvitationmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentClaimInvitationType *_Nonnull sharedContentClaimInvitation;Swift
var sharedContentClaimInvitation: DBTEAMLOGSharedContentClaimInvitationType { get } - 
                  
                  
(sharing) Copied shared file/folder to own Dropbox - note: Ensure the
isSharedContentCopymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentCopyType *_Nonnull sharedContentCopy;Swift
var sharedContentCopy: DBTEAMLOGSharedContentCopyType { get } - 
                  
                  
(sharing) Downloaded shared file/folder - note: Ensure the
isSharedContentDownloadmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentDownloadType *_Nonnull sharedContentDownload;Swift
var sharedContentDownload: DBTEAMLOGSharedContentDownloadType { get } - 
                  
                  
(sharing) Left shared file/folder - note: Ensure the
isSharedContentRelinquishMembershipmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRelinquishMembershipType *_Nonnull sharedContentRelinquishMembership;Swift
var sharedContentRelinquishMembership: DBTEAMLOGSharedContentRelinquishMembershipType { get } - 
                  
                  
(sharing) Removed invitee from shared file/folder before invite was accepted
Note
Ensure theisSharedContentRemoveInviteesmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveInviteesType *_Nonnull sharedContentRemoveInvitees;Swift
var sharedContentRemoveInvitees: DBTEAMLOGSharedContentRemoveInviteesType { get } - 
                  
                  
(sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentRemoveLinkExpirymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveLinkExpiryType *_Nonnull sharedContentRemoveLinkExpiry;Swift
var sharedContentRemoveLinkExpiry: DBTEAMLOGSharedContentRemoveLinkExpiryType { get } - 
                  
                  
(sharing) Removed link password of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentRemoveLinkPasswordmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveLinkPasswordType *_Nonnull sharedContentRemoveLinkPassword;Swift
var sharedContentRemoveLinkPassword: DBTEAMLOGSharedContentRemoveLinkPasswordType { get } - 
                  
                  
(sharing) Removed user/group from shared file/folder - note: Ensure the
isSharedContentRemoveMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveMemberType *_Nonnull sharedContentRemoveMember;Swift
var sharedContentRemoveMember: DBTEAMLOGSharedContentRemoveMemberType { get } - 
                  
                  
(sharing) Requested access to shared file/folder - note: Ensure the
isSharedContentRequestAccessmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRequestAccessType *_Nonnull sharedContentRequestAccess;Swift
var sharedContentRequestAccess: DBTEAMLOGSharedContentRequestAccessType { get } - 
                  
                  
(sharing) Restored shared file/folder invitees - note: Ensure the
isSharedContentRestoreInviteesmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRestoreInviteesType *_Nonnull sharedContentRestoreInvitees;Swift
var sharedContentRestoreInvitees: DBTEAMLOGSharedContentRestoreInviteesType { get } - 
                  
                  
(sharing) Restored users and/or groups to membership of shared file/folder
Note
Ensure theisSharedContentRestoreMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRestoreMemberType *_Nonnull sharedContentRestoreMember;Swift
var sharedContentRestoreMember: DBTEAMLOGSharedContentRestoreMemberType { get } - 
                  
                  
(sharing) Unshared file/folder by clearing membership - note: Ensure the
isSharedContentUnsharemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentUnshareType *_Nonnull sharedContentUnshare;Swift
var sharedContentUnshare: DBTEAMLOGSharedContentUnshareType { get } - 
                  
                  
(sharing) Previewed shared file/folder - note: Ensure the
isSharedContentViewmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentViewType *_Nonnull sharedContentView;Swift
var sharedContentView: DBTEAMLOGSharedContentViewType { get } - 
                  
                  
(sharing) Changed who can access shared folder via link - note: Ensure the
isSharedFolderChangeLinkPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeLinkPolicyType *_Nonnull sharedFolderChangeLinkPolicy;Swift
var sharedFolderChangeLinkPolicy: DBTEAMLOGSharedFolderChangeLinkPolicyType { get } - 
                  
                  
(sharing) Changed whether shared folder inherits members from parent folder
Note
Ensure theisSharedFolderChangeMembersInheritancePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersInheritancePolicyType *_Nonnull sharedFolderChangeMembersInheritancePolicy;Swift
var sharedFolderChangeMembersInheritancePolicy: DBTEAMLOGSharedFolderChangeMembersInheritancePolicyType { get } - 
                  
                  
(sharing) Changed who can add/remove members of shared folder - note: Ensure the
isSharedFolderChangeMembersManagementPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersManagementPolicyType *_Nonnull sharedFolderChangeMembersManagementPolicy;Swift
var sharedFolderChangeMembersManagementPolicy: DBTEAMLOGSharedFolderChangeMembersManagementPolicyType { get } - 
                  
                  
(sharing) Changed who can become member of shared folder - note: Ensure the
isSharedFolderChangeMembersPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersPolicyType *_Nonnull sharedFolderChangeMembersPolicy;Swift
var sharedFolderChangeMembersPolicy: DBTEAMLOGSharedFolderChangeMembersPolicyType { get } - 
                  
                  
(sharing) Created shared folder - note: Ensure the
isSharedFolderCreatemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderCreateType *_Nonnull sharedFolderCreate;Swift
var sharedFolderCreate: DBTEAMLOGSharedFolderCreateType { get } - 
                  
                  
(sharing) Declined team member’s invite to shared folder - note: Ensure the
isSharedFolderDeclineInvitationmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderDeclineInvitationType *_Nonnull sharedFolderDeclineInvitation;Swift
var sharedFolderDeclineInvitation: DBTEAMLOGSharedFolderDeclineInvitationType { get } - 
                  
                  
(sharing) Added shared folder to own Dropbox - note: Ensure the
isSharedFolderMountmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderMountType *_Nonnull sharedFolderMount;Swift
var sharedFolderMount: DBTEAMLOGSharedFolderMountType { get } - 
                  
                  
(sharing) Changed parent of shared folder - note: Ensure the
isSharedFolderNestmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderNestType *_Nonnull sharedFolderNest;Swift
var sharedFolderNest: DBTEAMLOGSharedFolderNestType { get } - 
                  
                  
(sharing) Transferred ownership of shared folder to another member @note Ensure the
isSharedFolderTransferOwnershipmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderTransferOwnershipType *_Nonnull sharedFolderTransferOwnership;Swift
var sharedFolderTransferOwnership: DBTEAMLOGSharedFolderTransferOwnershipType { get } - 
                  
                  
(sharing) Deleted shared folder from Dropbox - note: Ensure the
isSharedFolderUnmountmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderUnmountType *_Nonnull sharedFolderUnmount;Swift
var sharedFolderUnmount: DBTEAMLOGSharedFolderUnmountType { get } - 
                  
                  
(sharing) Added shared link expiration date - note: Ensure the
isSharedLinkAddExpirymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkAddExpiryType *_Nonnull sharedLinkAddExpiry;Swift
var sharedLinkAddExpiry: DBTEAMLOGSharedLinkAddExpiryType { get } - 
                  
                  
(sharing) Changed shared link expiration date - note: Ensure the
isSharedLinkChangeExpirymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkChangeExpiryType *_Nonnull sharedLinkChangeExpiry;Swift
var sharedLinkChangeExpiry: DBTEAMLOGSharedLinkChangeExpiryType { get } - 
                  
                  
(sharing) Changed visibility of shared link - note: Ensure the
isSharedLinkChangeVisibilitymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkChangeVisibilityType *_Nonnull sharedLinkChangeVisibility;Swift
var sharedLinkChangeVisibility: DBTEAMLOGSharedLinkChangeVisibilityType { get } - 
                  
                  
(sharing) Added file/folder to Dropbox from shared link - note: Ensure the
isSharedLinkCopymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkCopyType *_Nonnull sharedLinkCopy;Swift
var sharedLinkCopy: DBTEAMLOGSharedLinkCopyType { get } - 
                  
                  
(sharing) Created shared link - note: Ensure the
isSharedLinkCreatemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkCreateType *_Nonnull sharedLinkCreate;Swift
var sharedLinkCreate: DBTEAMLOGSharedLinkCreateType { get } - 
                  
                  
(sharing) Removed shared link - note: Ensure the
isSharedLinkDisablemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkDisableType *_Nonnull sharedLinkDisable;Swift
var sharedLinkDisable: DBTEAMLOGSharedLinkDisableType { get } - 
                  
                  
(sharing) Downloaded file/folder from shared link - note: Ensure the
isSharedLinkDownloadmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkDownloadType *_Nonnull sharedLinkDownload;Swift
var sharedLinkDownload: DBTEAMLOGSharedLinkDownloadType { get } - 
                  
                  
(sharing) Removed shared link expiration date - note: Ensure the
isSharedLinkRemoveExpirymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkRemoveExpiryType *_Nonnull sharedLinkRemoveExpiry;Swift
var sharedLinkRemoveExpiry: DBTEAMLOGSharedLinkRemoveExpiryType { get } - 
                  
                  
(sharing) Added an expiration date to the shared link - note: Ensure the
isSharedLinkSettingsAddExpirationmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAddExpirationType *_Nonnull sharedLinkSettingsAddExpiration;Swift
var sharedLinkSettingsAddExpiration: DBTEAMLOGSharedLinkSettingsAddExpirationType { get } - 
                  
                  
(sharing) Added a password to the shared link - note: Ensure the
isSharedLinkSettingsAddPasswordmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAddPasswordType *_Nonnull sharedLinkSettingsAddPassword;Swift
var sharedLinkSettingsAddPassword: DBTEAMLOGSharedLinkSettingsAddPasswordType { get } - 
                  
                  
(sharing) Disabled downloads - note: Ensure the
isSharedLinkSettingsAllowDownloadDisabledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledType *_Nonnull sharedLinkSettingsAllowDownloadDisabled;Swift
var sharedLinkSettingsAllowDownloadDisabled: DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledType { get } - 
                  
                  
(sharing) Enabled downloads - note: Ensure the
isSharedLinkSettingsAllowDownloadEnabledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledType *_Nonnull sharedLinkSettingsAllowDownloadEnabled;Swift
var sharedLinkSettingsAllowDownloadEnabled: DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledType { get } - 
                  
                  
(sharing) Changed the audience of the shared link - note: Ensure the
isSharedLinkSettingsChangeAudiencemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangeAudienceType *_Nonnull sharedLinkSettingsChangeAudience;Swift
var sharedLinkSettingsChangeAudience: DBTEAMLOGSharedLinkSettingsChangeAudienceType { get } - 
                  
                  
(sharing) Changed the expiration date of the shared link - note: Ensure the
isSharedLinkSettingsChangeExpirationmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangeExpirationType *_Nonnull sharedLinkSettingsChangeExpiration;Swift
var sharedLinkSettingsChangeExpiration: DBTEAMLOGSharedLinkSettingsChangeExpirationType { get } - 
                  
                  
(sharing) Changed the password of the shared link - note: Ensure the
isSharedLinkSettingsChangePasswordmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangePasswordType *_Nonnull sharedLinkSettingsChangePassword;Swift
var sharedLinkSettingsChangePassword: DBTEAMLOGSharedLinkSettingsChangePasswordType { get } - 
                  
                  
(sharing) Removed the expiration date from the shared link - note: Ensure the
isSharedLinkSettingsRemoveExpirationmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsRemoveExpirationType *_Nonnull sharedLinkSettingsRemoveExpiration;Swift
var sharedLinkSettingsRemoveExpiration: DBTEAMLOGSharedLinkSettingsRemoveExpirationType { get } - 
                  
                  
(sharing) Removed the password from the shared link - note: Ensure the
isSharedLinkSettingsRemovePasswordmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsRemovePasswordType *_Nonnull sharedLinkSettingsRemovePassword;Swift
var sharedLinkSettingsRemovePassword: DBTEAMLOGSharedLinkSettingsRemovePasswordType { get } - 
                  
                  
(sharing) Added members as audience of shared link - note: Ensure the
isSharedLinkSharemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkShareType *_Nonnull sharedLinkShare;Swift
var sharedLinkShare: DBTEAMLOGSharedLinkShareType { get } - 
                  
                  
(sharing) Opened shared link - note: Ensure the
isSharedLinkViewmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkViewType *_Nonnull sharedLinkView;Swift
var sharedLinkView: DBTEAMLOGSharedLinkViewType { get } - 
                  
                  
(sharing) Opened shared Paper doc (deprecated, no longer logged) @note Ensure the
isSharedNoteOpenedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedNoteOpenedType *_Nonnull sharedNoteOpened;Swift
var sharedNoteOpened: DBTEAMLOGSharedNoteOpenedType { get } - 
                  
                  
(sharing) Disabled downloads for link (deprecated, no longer logged) @note Ensure the
isShmodelDisableDownloadsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelDisableDownloadsType *_Nonnull shmodelDisableDownloads;Swift
var shmodelDisableDownloads: DBTEAMLOGShmodelDisableDownloadsType { get } - 
                  
                  
(sharing) Enabled downloads for link (deprecated, no longer logged) @note Ensure the
isShmodelEnableDownloadsmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelEnableDownloadsType *_Nonnull shmodelEnableDownloads;Swift
var shmodelEnableDownloads: DBTEAMLOGShmodelEnableDownloadsType { get } - 
                  
                  
(sharing) Shared link with group (deprecated, no longer logged) - note: Ensure the
isShmodelGroupSharemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelGroupShareType *_Nonnull shmodelGroupShare;Swift
var shmodelGroupShare: DBTEAMLOGShmodelGroupShareType { get } - 
                  
                  
(showcase) Granted access to showcase - note: Ensure the
isShowcaseAccessGrantedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseAccessGrantedType *_Nonnull showcaseAccessGranted;Swift
var showcaseAccessGranted: DBTEAMLOGShowcaseAccessGrantedType { get } - 
                  
                  
(showcase) Added member to showcase - note: Ensure the
isShowcaseAddMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseAddMemberType *_Nonnull showcaseAddMember;Swift
var showcaseAddMember: DBTEAMLOGShowcaseAddMemberType { get } - 
                  
                  
(showcase) Archived showcase - note: Ensure the
isShowcaseArchivedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseArchivedType *_Nonnull showcaseArchived;Swift
var showcaseArchived: DBTEAMLOGShowcaseArchivedType { get } - 
                  
                  
(showcase) Created showcase - note: Ensure the
isShowcaseCreatedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseCreatedType *_Nonnull showcaseCreated;Swift
var showcaseCreated: DBTEAMLOGShowcaseCreatedType { get } - 
                  
                  
(showcase) Deleted showcase comment - note: Ensure the
isShowcaseDeleteCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseDeleteCommentType *_Nonnull showcaseDeleteComment;Swift
var showcaseDeleteComment: DBTEAMLOGShowcaseDeleteCommentType { get } - 
                  
                  
(showcase) Edited showcase - note: Ensure the
isShowcaseEditedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseEditedType *_Nonnull showcaseEdited;Swift
var showcaseEdited: DBTEAMLOGShowcaseEditedType { get } - 
                  
                  
(showcase) Edited showcase comment - note: Ensure the
isShowcaseEditCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseEditCommentType *_Nonnull showcaseEditComment;Swift
var showcaseEditComment: DBTEAMLOGShowcaseEditCommentType { get } - 
                  
                  
(showcase) Added file to showcase - note: Ensure the
isShowcaseFileAddedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileAddedType *_Nonnull showcaseFileAdded;Swift
var showcaseFileAdded: DBTEAMLOGShowcaseFileAddedType { get } - 
                  
                  
(showcase) Downloaded file from showcase - note: Ensure the
isShowcaseFileDownloadmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileDownloadType *_Nonnull showcaseFileDownload;Swift
var showcaseFileDownload: DBTEAMLOGShowcaseFileDownloadType { get } - 
                  
                  
(showcase) Removed file from showcase - note: Ensure the
isShowcaseFileRemovedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileRemovedType *_Nonnull showcaseFileRemoved;Swift
var showcaseFileRemoved: DBTEAMLOGShowcaseFileRemovedType { get } - 
                  
                  
(showcase) Viewed file in showcase - note: Ensure the
isShowcaseFileViewmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileViewType *_Nonnull showcaseFileView;Swift
var showcaseFileView: DBTEAMLOGShowcaseFileViewType { get } - 
                  
                  
(showcase) Permanently deleted showcase - note: Ensure the
isShowcasePermanentlyDeletedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcasePermanentlyDeletedType *_Nonnull showcasePermanentlyDeleted;Swift
var showcasePermanentlyDeleted: DBTEAMLOGShowcasePermanentlyDeletedType { get } - 
                  
                  
(showcase) Added showcase comment - note: Ensure the
isShowcasePostCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcasePostCommentType *_Nonnull showcasePostComment;Swift
var showcasePostComment: DBTEAMLOGShowcasePostCommentType { get } - 
                  
                  
(showcase) Removed member from showcase - note: Ensure the
isShowcaseRemoveMembermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRemoveMemberType *_Nonnull showcaseRemoveMember;Swift
var showcaseRemoveMember: DBTEAMLOGShowcaseRemoveMemberType { get } - 
                  
                  
(showcase) Renamed showcase - note: Ensure the
isShowcaseRenamedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRenamedType *_Nonnull showcaseRenamed;Swift
var showcaseRenamed: DBTEAMLOGShowcaseRenamedType { get } - 
                  
                  
(showcase) Requested access to showcase - note: Ensure the
isShowcaseRequestAccessmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRequestAccessType *_Nonnull showcaseRequestAccess;Swift
var showcaseRequestAccess: DBTEAMLOGShowcaseRequestAccessType { get } - 
                  
                  
(showcase) Resolved showcase comment - note: Ensure the
isShowcaseResolveCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseResolveCommentType *_Nonnull showcaseResolveComment;Swift
var showcaseResolveComment: DBTEAMLOGShowcaseResolveCommentType { get } - 
                  
                  
(showcase) Unarchived showcase - note: Ensure the
isShowcaseRestoredmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRestoredType *_Nonnull showcaseRestored;Swift
var showcaseRestored: DBTEAMLOGShowcaseRestoredType { get } - 
                  
                  
(showcase) Deleted showcase - note: Ensure the
isShowcaseTrashedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseTrashedType *_Nonnull showcaseTrashed;Swift
var showcaseTrashed: DBTEAMLOGShowcaseTrashedType { get } - 
                  
                  
(showcase) Deleted showcase (old version) (deprecated, replaced by ‘Deleted showcase’) - note: Ensure the
isShowcaseTrashedDeprecatedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseTrashedDeprecatedType *_Nonnull showcaseTrashedDeprecated;Swift
var showcaseTrashedDeprecated: DBTEAMLOGShowcaseTrashedDeprecatedType { get } - 
                  
                  
(showcase) Unresolved showcase comment - note: Ensure the
isShowcaseUnresolveCommentmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUnresolveCommentType *_Nonnull showcaseUnresolveComment;Swift
var showcaseUnresolveComment: DBTEAMLOGShowcaseUnresolveCommentType { get } - 
                  
                  
(showcase) Restored showcase - note: Ensure the
isShowcaseUntrashedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUntrashedType *_Nonnull showcaseUntrashed;Swift
var showcaseUntrashed: DBTEAMLOGShowcaseUntrashedType { get } - 
                  
                  
(showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’) - note: Ensure the
isShowcaseUntrashedDeprecatedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUntrashedDeprecatedType *_Nonnull showcaseUntrashedDeprecated;Swift
var showcaseUntrashedDeprecated: DBTEAMLOGShowcaseUntrashedDeprecatedType { get } - 
                  
                  
(showcase) Viewed showcase - note: Ensure the
isShowcaseViewmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseViewType *_Nonnull showcaseView;Swift
var showcaseView: DBTEAMLOGShowcaseViewType { get } - 
                  
                  
(sso) Added X.509 certificate for SSO - note: Ensure the
isSsoAddCertmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddCertType *_Nonnull ssoAddCert;Swift
var ssoAddCert: DBTEAMLOGSsoAddCertType { get } - 
                  
                  
(sso) Added sign-in URL for SSO - note: Ensure the
isSsoAddLoginUrlmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddLoginUrlType *_Nonnull ssoAddLoginUrl;Swift
var ssoAddLoginUrl: DBTEAMLOGSsoAddLoginUrlType { get } - 
                  
                  
(sso) Added sign-out URL for SSO - note: Ensure the
isSsoAddLogoutUrlmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddLogoutUrlType *_Nonnull ssoAddLogoutUrl;Swift
var ssoAddLogoutUrl: DBTEAMLOGSsoAddLogoutUrlType { get } - 
                  
                  
(sso) Changed X.509 certificate for SSO - note: Ensure the
isSsoChangeCertmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeCertType *_Nonnull ssoChangeCert;Swift
var ssoChangeCert: DBTEAMLOGSsoChangeCertType { get } - 
                  
                  
(sso) Changed sign-in URL for SSO - note: Ensure the
isSsoChangeLoginUrlmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeLoginUrlType *_Nonnull ssoChangeLoginUrl;Swift
var ssoChangeLoginUrl: DBTEAMLOGSsoChangeLoginUrlType { get } - 
                  
                  
(sso) Changed sign-out URL for SSO - note: Ensure the
isSsoChangeLogoutUrlmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeLogoutUrlType *_Nonnull ssoChangeLogoutUrl;Swift
var ssoChangeLogoutUrl: DBTEAMLOGSsoChangeLogoutUrlType { get } - 
                  
                  
(sso) Changed SAML identity mode for SSO - note: Ensure the
isSsoChangeSamlIdentityModemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeSamlIdentityModeType *_Nonnull ssoChangeSamlIdentityMode;Swift
var ssoChangeSamlIdentityMode: DBTEAMLOGSsoChangeSamlIdentityModeType { get } - 
                  
                  
(sso) Removed X.509 certificate for SSO - note: Ensure the
isSsoRemoveCertmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveCertType *_Nonnull ssoRemoveCert;Swift
var ssoRemoveCert: DBTEAMLOGSsoRemoveCertType { get } - 
                  
                  
(sso) Removed sign-in URL for SSO - note: Ensure the
isSsoRemoveLoginUrlmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveLoginUrlType *_Nonnull ssoRemoveLoginUrl;Swift
var ssoRemoveLoginUrl: DBTEAMLOGSsoRemoveLoginUrlType { get } - 
                  
                  
(sso) Removed sign-out URL for SSO - note: Ensure the
isSsoRemoveLogoutUrlmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveLogoutUrlType *_Nonnull ssoRemoveLogoutUrl;Swift
var ssoRemoveLogoutUrl: DBTEAMLOGSsoRemoveLogoutUrlType { get } - 
                  
                  
(team_folders) Changed archival status of team folder - note: Ensure the
isTeamFolderChangeStatusmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderChangeStatusType *_Nonnull teamFolderChangeStatus;Swift
var teamFolderChangeStatus: DBTEAMLOGTeamFolderChangeStatusType { get } - 
                  
                  
(team_folders) Created team folder in active status - note: Ensure the
isTeamFolderCreatemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderCreateType *_Nonnull teamFolderCreate;Swift
var teamFolderCreate: DBTEAMLOGTeamFolderCreateType { get } - 
                  
                  
(team_folders) Downgraded team folder to regular shared folder - note: Ensure the
isTeamFolderDowngrademethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderDowngradeType *_Nonnull teamFolderDowngrade;Swift
var teamFolderDowngrade: DBTEAMLOGTeamFolderDowngradeType { get } - 
                  
                  
(team_folders) Permanently deleted archived team folder - note: Ensure the
isTeamFolderPermanentlyDeletemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderPermanentlyDeleteType *_Nonnull teamFolderPermanentlyDelete;Swift
var teamFolderPermanentlyDelete: DBTEAMLOGTeamFolderPermanentlyDeleteType { get } - 
                  
                  
(team_folders) Renamed active/archived team folder - note: Ensure the
isTeamFolderRenamemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderRenameType *_Nonnull teamFolderRename;Swift
var teamFolderRename: DBTEAMLOGTeamFolderRenameType { get } - 
                  
                  
(team_folders) Changed sync default - note: Ensure the
isTeamSelectiveSyncSettingsChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSelectiveSyncSettingsChangedType *_Nonnull teamSelectiveSyncSettingsChanged;Swift
var teamSelectiveSyncSettingsChanged: DBTEAMLOGTeamSelectiveSyncSettingsChangedType { get } - 
                  
                  
(team_policies) Changed account capture setting on team domain - note: Ensure the
isAccountCaptureChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureChangePolicyType *_Nonnull accountCaptureChangePolicy;Swift
var accountCaptureChangePolicy: DBTEAMLOGAccountCaptureChangePolicyType { get } - 
                  
                  
(team_policies) Changed admin reminder settings for requests to join the team - note: Ensure the
isAdminEmailRemindersChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminEmailRemindersChangedType *_Nonnull adminEmailRemindersChanged;Swift
var adminEmailRemindersChanged: DBTEAMLOGAdminEmailRemindersChangedType { get } - 
                  
                  
(team_policies) Disabled downloads (deprecated, no longer logged) @note Ensure the
isAllowDownloadDisabledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAllowDownloadDisabledType *_Nonnull allowDownloadDisabled;Swift
var allowDownloadDisabled: DBTEAMLOGAllowDownloadDisabledType { get } - 
                  
                  
(team_policies) Enabled downloads (deprecated, no longer logged) @note Ensure the
isAllowDownloadEnabledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAllowDownloadEnabledType *_Nonnull allowDownloadEnabled;Swift
var allowDownloadEnabled: DBTEAMLOGAllowDownloadEnabledType { get } - 
                  
                  
(team_policies) Changed app permissions - note: Ensure the
isAppPermissionsChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppPermissionsChangedType *_Nonnull appPermissionsChanged;Swift
var appPermissionsChanged: DBTEAMLOGAppPermissionsChangedType { get } - 
                  
                  
(team_policies) Changed camera uploads setting for team - note: Ensure the
isCameraUploadsPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCameraUploadsPolicyChangedType *_Nonnull cameraUploadsPolicyChanged;Swift
var cameraUploadsPolicyChanged: DBTEAMLOGCameraUploadsPolicyChangedType { get } - 
                  
                  
(team_policies) Changed Capture transcription policy for team - note: Ensure the
isCaptureTranscriptPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCaptureTranscriptPolicyChangedType *_Nonnull captureTranscriptPolicyChanged;Swift
var captureTranscriptPolicyChanged: DBTEAMLOGCaptureTranscriptPolicyChangedType { get } - 
                  
                  
(team_policies) Changed classification policy for team - note: Ensure the
isClassificationChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationChangePolicyType *_Nonnull classificationChangePolicy;Swift
var classificationChangePolicy: DBTEAMLOGClassificationChangePolicyType { get } - 
                  
                  
(team_policies) Changed computer backup policy for team - note: Ensure the
isComputerBackupPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGComputerBackupPolicyChangedType *_Nonnull computerBackupPolicyChanged;Swift
var computerBackupPolicyChanged: DBTEAMLOGComputerBackupPolicyChangedType { get } - 
                  
                  
(team_policies) Changed content management setting - note: Ensure the
isContentAdministrationPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGContentAdministrationPolicyChangedType *_Nonnull contentAdministrationPolicyChanged;Swift
var contentAdministrationPolicyChanged: DBTEAMLOGContentAdministrationPolicyChangedType { get } - 
                  
                  
(team_policies) Set restrictions on data center locations where team data resides - note: Ensure the
isDataPlacementRestrictionChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataPlacementRestrictionChangePolicyType *_Nonnull dataPlacementRestrictionChangePolicy;Swift
var dataPlacementRestrictionChangePolicy: DBTEAMLOGDataPlacementRestrictionChangePolicyType { get } - 
                  
                  
(team_policies) Completed restrictions on data center locations where team data resides - note: Ensure the
isDataPlacementRestrictionSatisfyPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataPlacementRestrictionSatisfyPolicyType *_Nonnull dataPlacementRestrictionSatisfyPolicy;Swift
var dataPlacementRestrictionSatisfyPolicy: DBTEAMLOGDataPlacementRestrictionSatisfyPolicyType { get } - 
                  
                  
(team_policies) Added members to device approvals exception list @note Ensure the
isDeviceApprovalsAddExceptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsAddExceptionType *_Nonnull deviceApprovalsAddException;Swift
var deviceApprovalsAddException: DBTEAMLOGDeviceApprovalsAddExceptionType { get } - 
                  
                  
(team_policies) Set/removed limit on number of computers member can link to team Dropbox account - note: Ensure the
isDeviceApprovalsChangeDesktopPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeDesktopPolicyType *_Nonnull deviceApprovalsChangeDesktopPolicy;Swift
var deviceApprovalsChangeDesktopPolicy: DBTEAMLOGDeviceApprovalsChangeDesktopPolicyType { get } - 
                  
                  
(team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account - note: Ensure the
isDeviceApprovalsChangeMobilePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeMobilePolicyType *_Nonnull deviceApprovalsChangeMobilePolicy;Swift
var deviceApprovalsChangeMobilePolicy: DBTEAMLOGDeviceApprovalsChangeMobilePolicyType { get } - 
                  
                  
(team_policies) Changed device approvals setting when member is over limit
Note
Ensure theisDeviceApprovalsChangeOverageActionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeOverageActionType *_Nonnull deviceApprovalsChangeOverageAction;Swift
var deviceApprovalsChangeOverageAction: DBTEAMLOGDeviceApprovalsChangeOverageActionType { get } - 
                  
                  
(team_policies) Changed device approvals setting when member unlinks approved device - note: Ensure the
isDeviceApprovalsChangeUnlinkActionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeUnlinkActionType *_Nonnull deviceApprovalsChangeUnlinkAction;Swift
var deviceApprovalsChangeUnlinkAction: DBTEAMLOGDeviceApprovalsChangeUnlinkActionType { get } - 
                  
                  
(team_policies) Removed members from device approvals exception list @note Ensure the
isDeviceApprovalsRemoveExceptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsRemoveExceptionType *_Nonnull deviceApprovalsRemoveException;Swift
var deviceApprovalsRemoveException: DBTEAMLOGDeviceApprovalsRemoveExceptionType { get } - 
                  
                  
(team_policies) Added members to directory restrictions list - note: Ensure the
isDirectoryRestrictionsAddMembersmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDirectoryRestrictionsAddMembersType *_Nonnull directoryRestrictionsAddMembers;Swift
var directoryRestrictionsAddMembers: DBTEAMLOGDirectoryRestrictionsAddMembersType { get } - 
                  
                  
(team_policies) Removed members from directory restrictions list @note Ensure the
isDirectoryRestrictionsRemoveMembersmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDirectoryRestrictionsRemoveMembersType *_Nonnull directoryRestrictionsRemoveMembers;Swift
var directoryRestrictionsRemoveMembers: DBTEAMLOGDirectoryRestrictionsRemoveMembersType { get } - 
                  
                  
(team_policies) Changed Dropbox Passwords policy for team - note: Ensure the
isDropboxPasswordsPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsPolicyChangedType *_Nonnull dropboxPasswordsPolicyChanged;Swift
var dropboxPasswordsPolicyChanged: DBTEAMLOGDropboxPasswordsPolicyChangedType { get } - 
                  
                  
(team_policies) Changed email to Dropbox policy for team - note: Ensure the
isEmailIngestPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmailIngestPolicyChangedType *_Nonnull emailIngestPolicyChanged;Swift
var emailIngestPolicyChanged: DBTEAMLOGEmailIngestPolicyChangedType { get } - 
                  
                  
(team_policies) Added members to EMM exception list - note: Ensure the
isEmmAddExceptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmAddExceptionType *_Nonnull emmAddException;Swift
var emmAddException: DBTEAMLOGEmmAddExceptionType { get } - 
                  
                  
(team_policies) Enabled/disabled enterprise mobility management for members
Note
Ensure theisEmmChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmChangePolicyType *_Nonnull emmChangePolicy;Swift
var emmChangePolicy: DBTEAMLOGEmmChangePolicyType { get } - 
                  
                  
(team_policies) Removed members from EMM exception list - note: Ensure the
isEmmRemoveExceptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmRemoveExceptionType *_Nonnull emmRemoveException;Swift
var emmRemoveException: DBTEAMLOGEmmRemoveExceptionType { get } - 
                  
                  
(team_policies) Accepted/opted out of extended version history - note: Ensure the
isExtendedVersionHistoryChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExtendedVersionHistoryChangePolicyType *_Nonnull extendedVersionHistoryChangePolicy;Swift
var extendedVersionHistoryChangePolicy: DBTEAMLOGExtendedVersionHistoryChangePolicyType { get } - 
                  
                  
(team_policies) Changed external drive backup policy for team - note: Ensure the
isExternalDriveBackupPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupPolicyChangedType *_Nonnull externalDriveBackupPolicyChanged;Swift
var externalDriveBackupPolicyChanged: DBTEAMLOGExternalDriveBackupPolicyChangedType { get } - 
                  
                  
(team_policies) Enabled/disabled commenting on team files - note: Ensure the
isFileCommentsChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileCommentsChangePolicyType *_Nonnull fileCommentsChangePolicy;Swift
var fileCommentsChangePolicy: DBTEAMLOGFileCommentsChangePolicyType { get } - 
                  
                  
(team_policies) Changed file locking policy for team - note: Ensure the
isFileLockingPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLockingPolicyChangedType *_Nonnull fileLockingPolicyChanged;Swift
var fileLockingPolicyChanged: DBTEAMLOGFileLockingPolicyChangedType { get } - 
                  
                  
(team_policies) Changed File Provider Migration policy for team - note: Ensure the
isFileProviderMigrationPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileProviderMigrationPolicyChangedType *_Nonnull fileProviderMigrationPolicyChanged;Swift
var fileProviderMigrationPolicyChanged: DBTEAMLOGFileProviderMigrationPolicyChangedType { get } - 
                  
                  
(team_policies) Enabled/disabled file requests - note: Ensure the
isFileRequestsChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsChangePolicyType *_Nonnull fileRequestsChangePolicy;Swift
var fileRequestsChangePolicy: DBTEAMLOGFileRequestsChangePolicyType { get } - 
                  
                  
(team_policies) Enabled file request emails for everyone (deprecated, no longer logged) - note: Ensure the
isFileRequestsEmailsEnabledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsEmailsEnabledType *_Nonnull fileRequestsEmailsEnabled;Swift
var fileRequestsEmailsEnabled: DBTEAMLOGFileRequestsEmailsEnabledType { get } - 
                  
                  
(team_policies) Enabled file request emails for team (deprecated, no longer logged) - note: Ensure the
isFileRequestsEmailsRestrictedToTeamOnlymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyType *_Nonnull fileRequestsEmailsRestrictedToTeamOnly;Swift
var fileRequestsEmailsRestrictedToTeamOnly: DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyType { get } - 
                  
                  
(team_policies) Changed file transfers policy for team - note: Ensure the
isFileTransfersPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersPolicyChangedType *_Nonnull fileTransfersPolicyChanged;Swift
var fileTransfersPolicyChanged: DBTEAMLOGFileTransfersPolicyChangedType { get } - 
                  
                  
(team_policies) Changed folder link restrictions policy for team @note Ensure the
isFolderLinkRestrictionPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderLinkRestrictionPolicyChangedType *_Nonnull folderLinkRestrictionPolicyChanged;Swift
var folderLinkRestrictionPolicyChanged: DBTEAMLOGFolderLinkRestrictionPolicyChangedType { get } - 
                  
                  
(team_policies) Enabled/disabled Google single sign-on for team - note: Ensure the
isGoogleSsoChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGoogleSsoChangePolicyType *_Nonnull googleSsoChangePolicy;Swift
var googleSsoChangePolicy: DBTEAMLOGGoogleSsoChangePolicyType { get } - 
                  
                  
(team_policies) Changed who can create groups - note: Ensure the
isGroupUserManagementChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupUserManagementChangePolicyType *_Nonnull groupUserManagementChangePolicy;Swift
var groupUserManagementChangePolicy: DBTEAMLOGGroupUserManagementChangePolicyType { get } - 
                  
                  
(team_policies) Changed integration policy for team - note: Ensure the
isIntegrationPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationPolicyChangedType *_Nonnull integrationPolicyChanged;Swift
var integrationPolicyChanged: DBTEAMLOGIntegrationPolicyChangedType { get } - 
                  
                  
(team_policies) Changed invite accept email policy for team - note: Ensure the
isInviteAcceptanceEmailPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGInviteAcceptanceEmailPolicyChangedType *_Nonnull inviteAcceptanceEmailPolicyChanged;Swift
var inviteAcceptanceEmailPolicyChanged: DBTEAMLOGInviteAcceptanceEmailPolicyChangedType { get } - 
                  
                  
(team_policies) Changed whether users can find team when not invited @note Ensure the
isMemberRequestsChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberRequestsChangePolicyType *_Nonnull memberRequestsChangePolicy;Swift
var memberRequestsChangePolicy: DBTEAMLOGMemberRequestsChangePolicyType { get } - 
                  
                  
(team_policies) Changed member send invite policy for team - note: Ensure the
isMemberSendInvitePolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSendInvitePolicyChangedType *_Nonnull memberSendInvitePolicyChanged;Swift
var memberSendInvitePolicyChanged: DBTEAMLOGMemberSendInvitePolicyChangedType { get } - 
                  
                  
(team_policies) Added members to member space limit exception list @note Ensure the
isMemberSpaceLimitsAddExceptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsAddExceptionType *_Nonnull memberSpaceLimitsAddException;Swift
var memberSpaceLimitsAddException: DBTEAMLOGMemberSpaceLimitsAddExceptionType { get } - 
                  
                  
(team_policies) Changed member space limit type for team - note: Ensure the
isMemberSpaceLimitsChangeCapsTypePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyType *_Nonnull memberSpaceLimitsChangeCapsTypePolicy;Swift
var memberSpaceLimitsChangeCapsTypePolicy: DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyType { get } - 
                  
                  
(team_policies) Changed team default member space limit - note: Ensure the
isMemberSpaceLimitsChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangePolicyType *_Nonnull memberSpaceLimitsChangePolicy;Swift
var memberSpaceLimitsChangePolicy: DBTEAMLOGMemberSpaceLimitsChangePolicyType { get } - 
                  
                  
(team_policies) Removed members from member space limit exception list @note Ensure the
isMemberSpaceLimitsRemoveExceptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsRemoveExceptionType *_Nonnull memberSpaceLimitsRemoveException;Swift
var memberSpaceLimitsRemoveException: DBTEAMLOGMemberSpaceLimitsRemoveExceptionType { get } - 
                  
                  
(team_policies) Enabled/disabled option for team members to suggest people to add to team - note: Ensure the
isMemberSuggestionsChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSuggestionsChangePolicyType *_Nonnull memberSuggestionsChangePolicy;Swift
var memberSuggestionsChangePolicy: DBTEAMLOGMemberSuggestionsChangePolicyType { get } - 
                  
                  
(team_policies) Enabled/disabled Microsoft Office add-in - note: Ensure the
isMicrosoftOfficeAddinChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMicrosoftOfficeAddinChangePolicyType *_Nonnull microsoftOfficeAddinChangePolicy;Swift
var microsoftOfficeAddinChangePolicy: DBTEAMLOGMicrosoftOfficeAddinChangePolicyType { get } - 
                  
                  
(team_policies) Enabled/disabled network control - note: Ensure the
isNetworkControlChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNetworkControlChangePolicyType *_Nonnull networkControlChangePolicy;Swift
var networkControlChangePolicy: DBTEAMLOGNetworkControlChangePolicyType { get } - 
                  
                  
(team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members - note: Ensure the
isPaperChangeDeploymentPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeDeploymentPolicyType *_Nonnull paperChangeDeploymentPolicy;Swift
var paperChangeDeploymentPolicy: DBTEAMLOGPaperChangeDeploymentPolicyType { get } - 
                  
                  
(team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged) - note: Ensure the
isPaperChangeMemberLinkPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeMemberLinkPolicyType *_Nonnull paperChangeMemberLinkPolicy;Swift
var paperChangeMemberLinkPolicy: DBTEAMLOGPaperChangeMemberLinkPolicyType { get } - 
                  
                  
(team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default @note Ensure the
isPaperChangeMemberPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeMemberPolicyType *_Nonnull paperChangeMemberPolicy;Swift
var paperChangeMemberPolicy: DBTEAMLOGPaperChangeMemberPolicyType { get } - 
                  
                  
(team_policies) Enabled/disabled Dropbox Paper for team - note: Ensure the
isPaperChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangePolicyType *_Nonnull paperChangePolicy;Swift
var paperChangePolicy: DBTEAMLOGPaperChangePolicyType { get } - 
                  
                  
(team_policies) Changed Paper Default Folder Policy setting for team @note Ensure the
isPaperDefaultFolderPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDefaultFolderPolicyChangedType *_Nonnull paperDefaultFolderPolicyChanged;Swift
var paperDefaultFolderPolicyChanged: DBTEAMLOGPaperDefaultFolderPolicyChangedType { get } - 
                  
                  
(team_policies) Enabled/disabled Paper Desktop for team - note: Ensure the
isPaperDesktopPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDesktopPolicyChangedType *_Nonnull paperDesktopPolicyChanged;Swift
var paperDesktopPolicyChanged: DBTEAMLOGPaperDesktopPolicyChangedType { get } - 
                  
                  
(team_policies) Added users to Paper-enabled users list - note: Ensure the
isPaperEnabledUsersGroupAdditionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperEnabledUsersGroupAdditionType *_Nonnull paperEnabledUsersGroupAddition;Swift
var paperEnabledUsersGroupAddition: DBTEAMLOGPaperEnabledUsersGroupAdditionType { get } - 
                  
                  
(team_policies) Removed users from Paper-enabled users list - note: Ensure the
isPaperEnabledUsersGroupRemovalmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperEnabledUsersGroupRemovalType *_Nonnull paperEnabledUsersGroupRemoval;Swift
var paperEnabledUsersGroupRemoval: DBTEAMLOGPaperEnabledUsersGroupRemovalType { get } - 
                  
                  
(team_policies) Changed team password strength requirements - note: Ensure the
isPasswordStrengthRequirementsChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordStrengthRequirementsChangePolicyType *_Nonnull passwordStrengthRequirementsChangePolicy;Swift
var passwordStrengthRequirementsChangePolicy: DBTEAMLOGPasswordStrengthRequirementsChangePolicyType { get } - 
                  
                  
(team_policies) Enabled/disabled ability of team members to permanently delete content - note: Ensure the
isPermanentDeleteChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPermanentDeleteChangePolicyType *_Nonnull permanentDeleteChangePolicy;Swift
var permanentDeleteChangePolicy: DBTEAMLOGPermanentDeleteChangePolicyType { get } - 
                  
                  
(team_policies) Enabled/disabled reseller support - note: Ensure the
isResellerSupportChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportChangePolicyType *_Nonnull resellerSupportChangePolicy;Swift
var resellerSupportChangePolicy: DBTEAMLOGResellerSupportChangePolicyType { get } - 
                  
                  
(team_policies) Changed Rewind policy for team - note: Ensure the
isRewindPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGRewindPolicyChangedType *_Nonnull rewindPolicyChanged;Swift
var rewindPolicyChanged: DBTEAMLOGRewindPolicyChangedType { get } - 
                  
                  
(team_policies) Changed send for signature policy for team - note: Ensure the
isSendForSignaturePolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSendForSignaturePolicyChangedType *_Nonnull sendForSignaturePolicyChanged;Swift
var sendForSignaturePolicyChanged: DBTEAMLOGSendForSignaturePolicyChangedType { get } - 
                  
                  
(team_policies) Changed whether team members can join shared folders owned outside team - note: Ensure the
isSharingChangeFolderJoinPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeFolderJoinPolicyType *_Nonnull sharingChangeFolderJoinPolicy;Swift
var sharingChangeFolderJoinPolicy: DBTEAMLOGSharingChangeFolderJoinPolicyType { get } - 
                  
                  
(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team - note: Ensure the
isSharingChangeLinkAllowChangeExpirationPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyType *_Nonnull sharingChangeLinkAllowChangeExpirationPolicy;Swift
var sharingChangeLinkAllowChangeExpirationPolicy: DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyType { get } - 
                  
                  
(team_policies) Changed the default expiration for the links shared outside of the team - note: Ensure the
isSharingChangeLinkDefaultExpirationPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyType *_Nonnull sharingChangeLinkDefaultExpirationPolicy;Swift
var sharingChangeLinkDefaultExpirationPolicy: DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyType { get } - 
                  
                  
(team_policies) Changed the password requirement for the links shared outside of the team - note: Ensure the
isSharingChangeLinkEnforcePasswordPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyType *_Nonnull sharingChangeLinkEnforcePasswordPolicy;Swift
var sharingChangeLinkEnforcePasswordPolicy: DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyType { get } - 
                  
                  
(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default - note: Ensure the
isSharingChangeLinkPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkPolicyType *_Nonnull sharingChangeLinkPolicy;Swift
var sharingChangeLinkPolicy: DBTEAMLOGSharingChangeLinkPolicyType { get } - 
                  
                  
(team_policies) Changed whether members can share files/folders outside team
Note
Ensure theisSharingChangeMemberPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeMemberPolicyType *_Nonnull sharingChangeMemberPolicy;Swift
var sharingChangeMemberPolicy: DBTEAMLOGSharingChangeMemberPolicyType { get } - 
                  
                  
(team_policies) Enabled/disabled downloading files from Dropbox Showcase for team - note: Ensure the
isShowcaseChangeDownloadPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeDownloadPolicyType *_Nonnull showcaseChangeDownloadPolicy;Swift
var showcaseChangeDownloadPolicy: DBTEAMLOGShowcaseChangeDownloadPolicyType { get } - 
                  
                  
(team_policies) Enabled/disabled Dropbox Showcase for team - note: Ensure the
isShowcaseChangeEnabledPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeEnabledPolicyType *_Nonnull showcaseChangeEnabledPolicy;Swift
var showcaseChangeEnabledPolicy: DBTEAMLOGShowcaseChangeEnabledPolicyType { get } - 
                  
                  
(team_policies) Enabled/disabled sharing Dropbox Showcase externally for team - note: Ensure the
isShowcaseChangeExternalSharingPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeExternalSharingPolicyType *_Nonnull showcaseChangeExternalSharingPolicy;Swift
var showcaseChangeExternalSharingPolicy: DBTEAMLOGShowcaseChangeExternalSharingPolicyType { get } - 
                  
                  
(team_policies) Changed automatic Smart Sync setting for team - note: Ensure the
isSmarterSmartSyncPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmarterSmartSyncPolicyChangedType *_Nonnull smarterSmartSyncPolicyChanged;Swift
var smarterSmartSyncPolicyChanged: DBTEAMLOGSmarterSmartSyncPolicyChangedType { get } - 
                  
                  
(team_policies) Changed default Smart Sync setting for team members @note Ensure the
isSmartSyncChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncChangePolicyType *_Nonnull smartSyncChangePolicy;Swift
var smartSyncChangePolicy: DBTEAMLOGSmartSyncChangePolicyType { get } - 
                  
                  
(team_policies) Opted team into Smart Sync - note: Ensure the
isSmartSyncNotOptOutmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncNotOptOutType *_Nonnull smartSyncNotOptOut;Swift
var smartSyncNotOptOut: DBTEAMLOGSmartSyncNotOptOutType { get } - 
                  
                  
(team_policies) Opted team out of Smart Sync - note: Ensure the
isSmartSyncOptOutmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncOptOutType *_Nonnull smartSyncOptOut;Swift
var smartSyncOptOut: DBTEAMLOGSmartSyncOptOutType { get } - 
                  
                  
(team_policies) Changed single sign-on setting for team - note: Ensure the
isSsoChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangePolicyType *_Nonnull ssoChangePolicy;Swift
var ssoChangePolicy: DBTEAMLOGSsoChangePolicyType { get } - 
                  
                  
(team_policies) Changed team branding policy for team - note: Ensure the
isTeamBrandingPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamBrandingPolicyChangedType *_Nonnull teamBrandingPolicyChanged;Swift
var teamBrandingPolicyChanged: DBTEAMLOGTeamBrandingPolicyChangedType { get } - 
                  
                  
(team_policies) Changed App Integrations setting for team - note: Ensure the
isTeamExtensionsPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamExtensionsPolicyChangedType *_Nonnull teamExtensionsPolicyChanged;Swift
var teamExtensionsPolicyChanged: DBTEAMLOGTeamExtensionsPolicyChangedType { get } - 
                  
                  
(team_policies) Enabled/disabled Team Selective Sync for team - note: Ensure the
isTeamSelectiveSyncPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSelectiveSyncPolicyChangedType *_Nonnull teamSelectiveSyncPolicyChanged;Swift
var teamSelectiveSyncPolicyChanged: DBTEAMLOGTeamSelectiveSyncPolicyChangedType { get } - 
                  
                  
(team_policies) Edited the approved list for sharing externally - note: Ensure the
isTeamSharingWhitelistSubjectsChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSharingWhitelistSubjectsChangedType *_Nonnull teamSharingWhitelistSubjectsChanged;Swift
var teamSharingWhitelistSubjectsChanged: DBTEAMLOGTeamSharingWhitelistSubjectsChangedType { get } - 
                  
                  
(team_policies) Added members to two factor authentication exception list
Note
Ensure theisTfaAddExceptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddExceptionType *_Nonnull tfaAddException;Swift
var tfaAddException: DBTEAMLOGTfaAddExceptionType { get } - 
                  
                  
(team_policies) Changed two-step verification setting for team - note: Ensure the
isTfaChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangePolicyType *_Nonnull tfaChangePolicy;Swift
var tfaChangePolicy: DBTEAMLOGTfaChangePolicyType { get } - 
                  
                  
(team_policies) Removed members from two factor authentication exception list - note: Ensure the
isTfaRemoveExceptionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveExceptionType *_Nonnull tfaRemoveException;Swift
var tfaRemoveException: DBTEAMLOGTfaRemoveExceptionType { get } - 
                  
                  
(team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer - note: Ensure the
isTwoAccountChangePolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTwoAccountChangePolicyType *_Nonnull twoAccountChangePolicy;Swift
var twoAccountChangePolicy: DBTEAMLOGTwoAccountChangePolicyType { get } - 
                  
                  
(team_policies) Changed team policy for viewer info - note: Ensure the
isViewerInfoPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGViewerInfoPolicyChangedType *_Nonnull viewerInfoPolicyChanged;Swift
var viewerInfoPolicyChanged: DBTEAMLOGViewerInfoPolicyChangedType { get } - 
                  
                  
(team_policies) Changed watermarking policy for team - note: Ensure the
isWatermarkingPolicyChangedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWatermarkingPolicyChangedType *_Nonnull watermarkingPolicyChanged;Swift
var watermarkingPolicyChanged: DBTEAMLOGWatermarkingPolicyChangedType { get } - 
                  
                  
(team_policies) Changed limit on active sessions per member - note: Ensure the
isWebSessionsChangeActiveSessionLimitmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeActiveSessionLimitType *_Nonnull webSessionsChangeActiveSessionLimit;Swift
var webSessionsChangeActiveSessionLimit: DBTEAMLOGWebSessionsChangeActiveSessionLimitType { get } - 
                  
                  
(team_policies) Changed how long members can stay signed in to Dropbox.com
Note
Ensure theisWebSessionsChangeFixedLengthPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeFixedLengthPolicyType *_Nonnull webSessionsChangeFixedLengthPolicy;Swift
var webSessionsChangeFixedLengthPolicy: DBTEAMLOGWebSessionsChangeFixedLengthPolicyType { get } - 
                  
                  
(team_policies) Changed how long team members can be idle while signed in to Dropbox.com - note: Ensure the
isWebSessionsChangeIdleLengthPolicymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeIdleLengthPolicyType *_Nonnull webSessionsChangeIdleLengthPolicy;Swift
var webSessionsChangeIdleLengthPolicy: DBTEAMLOGWebSessionsChangeIdleLengthPolicyType { get } - 
                  
                  
(team_profile) Requested data residency migration for team data - note: Ensure the
isDataResidencyMigrationRequestSuccessfulmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataResidencyMigrationRequestSuccessfulType *_Nonnull dataResidencyMigrationRequestSuccessful;Swift
var dataResidencyMigrationRequestSuccessful: DBTEAMLOGDataResidencyMigrationRequestSuccessfulType { get } - 
                  
                  
(team_profile) Request for data residency migration for team data has failed
Note
Ensure theisDataResidencyMigrationRequestUnsuccessfulmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulType *_Nonnull dataResidencyMigrationRequestUnsuccessful;Swift
var dataResidencyMigrationRequestUnsuccessful: DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulType { get } - 
                  
                  
(team_profile) Merged another team into this team - note: Ensure the
isTeamMergeFrommethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeFromType *_Nonnull teamMergeFrom;Swift
var teamMergeFrom: DBTEAMLOGTeamMergeFromType { get } - 
                  
                  
(team_profile) Merged this team into another team - note: Ensure the
isTeamMergeTomethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeToType *_Nonnull teamMergeTo;Swift
var teamMergeTo: DBTEAMLOGTeamMergeToType { get } - 
                  
                  
(team_profile) Added team background to display on shared link headers @note Ensure the
isTeamProfileAddBackgroundmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileAddBackgroundType *_Nonnull teamProfileAddBackground;Swift
var teamProfileAddBackground: DBTEAMLOGTeamProfileAddBackgroundType { get } - 
                  
                  
(team_profile) Added team logo to display on shared link headers @note Ensure the
isTeamProfileAddLogomethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileAddLogoType *_Nonnull teamProfileAddLogo;Swift
var teamProfileAddLogo: DBTEAMLOGTeamProfileAddLogoType { get } - 
                  
                  
(team_profile) Changed team background displayed on shared link headers
Note
Ensure theisTeamProfileChangeBackgroundmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeBackgroundType *_Nonnull teamProfileChangeBackground;Swift
var teamProfileChangeBackground: DBTEAMLOGTeamProfileChangeBackgroundType { get } - 
                  
                  
(team_profile) Changed default language for team - note: Ensure the
isTeamProfileChangeDefaultLanguagemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeDefaultLanguageType *_Nonnull teamProfileChangeDefaultLanguage;Swift
var teamProfileChangeDefaultLanguage: DBTEAMLOGTeamProfileChangeDefaultLanguageType { get } - 
                  
                  
(team_profile) Changed team logo displayed on shared link headers @note Ensure the
isTeamProfileChangeLogomethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeLogoType *_Nonnull teamProfileChangeLogo;Swift
var teamProfileChangeLogo: DBTEAMLOGTeamProfileChangeLogoType { get } - 
                  
                  
(team_profile) Changed team name - note: Ensure the
isTeamProfileChangeNamemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeNameType *_Nonnull teamProfileChangeName;Swift
var teamProfileChangeName: DBTEAMLOGTeamProfileChangeNameType { get } - 
                  
                  
(team_profile) Removed team background displayed on shared link headers
Note
Ensure theisTeamProfileRemoveBackgroundmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileRemoveBackgroundType *_Nonnull teamProfileRemoveBackground;Swift
var teamProfileRemoveBackground: DBTEAMLOGTeamProfileRemoveBackgroundType { get } - 
                  
                  
(team_profile) Removed team logo displayed on shared link headers @note Ensure the
isTeamProfileRemoveLogomethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileRemoveLogoType *_Nonnull teamProfileRemoveLogo;Swift
var teamProfileRemoveLogo: DBTEAMLOGTeamProfileRemoveLogoType { get } - 
                  
                  
(tfa) Added backup phone for two-step verification - note: Ensure the
isTfaAddBackupPhonemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddBackupPhoneType *_Nonnull tfaAddBackupPhone;Swift
var tfaAddBackupPhone: DBTEAMLOGTfaAddBackupPhoneType { get } - 
                  
                  
(tfa) Added security key for two-step verification - note: Ensure the
isTfaAddSecurityKeymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddSecurityKeyType *_Nonnull tfaAddSecurityKey;Swift
var tfaAddSecurityKey: DBTEAMLOGTfaAddSecurityKeyType { get } - 
                  
                  
(tfa) Changed backup phone for two-step verification - note: Ensure the
isTfaChangeBackupPhonemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangeBackupPhoneType *_Nonnull tfaChangeBackupPhone;Swift
var tfaChangeBackupPhone: DBTEAMLOGTfaChangeBackupPhoneType { get } - 
                  
                  
(tfa) Enabled/disabled/changed two-step verification setting - note: Ensure the
isTfaChangeStatusmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangeStatusType *_Nonnull tfaChangeStatus;Swift
var tfaChangeStatus: DBTEAMLOGTfaChangeStatusType { get } - 
                  
                  
(tfa) Removed backup phone for two-step verification - note: Ensure the
isTfaRemoveBackupPhonemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveBackupPhoneType *_Nonnull tfaRemoveBackupPhone;Swift
var tfaRemoveBackupPhone: DBTEAMLOGTfaRemoveBackupPhoneType { get } - 
                  
                  
(tfa) Removed security key for two-step verification - note: Ensure the
isTfaRemoveSecurityKeymethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveSecurityKeyType *_Nonnull tfaRemoveSecurityKey;Swift
var tfaRemoveSecurityKey: DBTEAMLOGTfaRemoveSecurityKeyType { get } - 
                  
                  
(tfa) Reset two-step verification for team member - note: Ensure the
isTfaResetmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaResetType *_Nonnull tfaReset;Swift
var tfaReset: DBTEAMLOGTfaResetType { get } - 
                  
                  
(trusted_teams) Changed enterprise admin role - note: Ensure the
isChangedEnterpriseAdminRolemethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGChangedEnterpriseAdminRoleType *_Nonnull changedEnterpriseAdminRole;Swift
var changedEnterpriseAdminRole: DBTEAMLOGChangedEnterpriseAdminRoleType { get } - 
                  
                  
(trusted_teams) Changed enterprise-connected team status - note: Ensure the
isChangedEnterpriseConnectedTeamStatusmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGChangedEnterpriseConnectedTeamStatusType *_Nonnull changedEnterpriseConnectedTeamStatus;Swift
var changedEnterpriseConnectedTeamStatus: DBTEAMLOGChangedEnterpriseConnectedTeamStatusType { get } - 
                  
                  
(trusted_teams) Ended enterprise admin session - note: Ensure the
isEndedEnterpriseAdminSessionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEndedEnterpriseAdminSessionType *_Nonnull endedEnterpriseAdminSession;Swift
var endedEnterpriseAdminSession: DBTEAMLOGEndedEnterpriseAdminSessionType { get } - 
                  
                  
(trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’) - note: Ensure the
isEndedEnterpriseAdminSessionDeprecatedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedType *_Nonnull endedEnterpriseAdminSessionDeprecated;Swift
var endedEnterpriseAdminSessionDeprecated: DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedType { get } - 
                  
                  
(trusted_teams) Changed who can update a setting - note: Ensure the
isEnterpriseSettingsLockingmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEnterpriseSettingsLockingType *_Nonnull enterpriseSettingsLocking;Swift
var enterpriseSettingsLocking: DBTEAMLOGEnterpriseSettingsLockingType { get } - 
                  
                  
(trusted_teams) Changed guest team admin status - note: Ensure the
isGuestAdminChangeStatusmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminChangeStatusType *_Nonnull guestAdminChangeStatus;Swift
var guestAdminChangeStatus: DBTEAMLOGGuestAdminChangeStatusType { get } - 
                  
                  
(trusted_teams) Started enterprise admin session - note: Ensure the
isStartedEnterpriseAdminSessionmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGStartedEnterpriseAdminSessionType *_Nonnull startedEnterpriseAdminSession;Swift
var startedEnterpriseAdminSession: DBTEAMLOGStartedEnterpriseAdminSessionType { get } - 
                  
                  
(trusted_teams) Accepted a team merge request - note: Ensure the
isTeamMergeRequestAcceptedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedType *_Nonnull teamMergeRequestAccepted;Swift
var teamMergeRequestAccepted: DBTEAMLOGTeamMergeRequestAcceptedType { get } - 
                  
                  
(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’) - note: Ensure the
isTeamMergeRequestAcceptedShownToPrimaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamType *_Nonnull teamMergeRequestAcceptedShownToPrimaryTeam;Swift
var teamMergeRequestAcceptedShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamType { get } - 
                  
                  
(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’) - note: Ensure the
isTeamMergeRequestAcceptedShownToSecondaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamType *_Nonnull teamMergeRequestAcceptedShownToSecondaryTeam;Swift
var teamMergeRequestAcceptedShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamType { get } - 
                  
                  
(trusted_teams) Automatically canceled team merge request - note: Ensure the
isTeamMergeRequestAutoCanceledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAutoCanceledType *_Nonnull teamMergeRequestAutoCanceled;Swift
var teamMergeRequestAutoCanceled: DBTEAMLOGTeamMergeRequestAutoCanceledType { get } - 
                  
                  
(trusted_teams) Canceled a team merge request - note: Ensure the
isTeamMergeRequestCanceledmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledType *_Nonnull teamMergeRequestCanceled;Swift
var teamMergeRequestCanceled: DBTEAMLOGTeamMergeRequestCanceledType { get } - 
                  
                  
(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’) - note: Ensure the
isTeamMergeRequestCanceledShownToPrimaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamType *_Nonnull teamMergeRequestCanceledShownToPrimaryTeam;Swift
var teamMergeRequestCanceledShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamType { get } - 
                  
                  
(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’) - note: Ensure the
isTeamMergeRequestCanceledShownToSecondaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType *_Nonnull teamMergeRequestCanceledShownToSecondaryTeam;Swift
var teamMergeRequestCanceledShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType { get } - 
                  
                  
(trusted_teams) Team merge request expired - note: Ensure the
isTeamMergeRequestExpiredmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredType *_Nonnull teamMergeRequestExpired;Swift
var teamMergeRequestExpired: DBTEAMLOGTeamMergeRequestExpiredType { get } - 
                  
                  
(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’) - note: Ensure the
isTeamMergeRequestExpiredShownToPrimaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamType *_Nonnull teamMergeRequestExpiredShownToPrimaryTeam;Swift
var teamMergeRequestExpiredShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamType { get } - 
                  
                  
(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’) - note: Ensure the
isTeamMergeRequestExpiredShownToSecondaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamType *_Nonnull teamMergeRequestExpiredShownToSecondaryTeam;Swift
var teamMergeRequestExpiredShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamType { get } - 
                  
                  
(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Note
Ensure theisTeamMergeRequestRejectedShownToPrimaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamType *_Nonnull teamMergeRequestRejectedShownToPrimaryTeam;Swift
var teamMergeRequestRejectedShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamType { get } - 
                  
                  
(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Note
Ensure theisTeamMergeRequestRejectedShownToSecondaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamType *_Nonnull teamMergeRequestRejectedShownToSecondaryTeam;Swift
var teamMergeRequestRejectedShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamType { get } - 
                  
                  
(trusted_teams) Sent a team merge request reminder - note: Ensure the
isTeamMergeRequestRemindermethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderType *_Nonnull teamMergeRequestReminder;Swift
var teamMergeRequestReminder: DBTEAMLOGTeamMergeRequestReminderType { get } - 
                  
                  
(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’) - note: Ensure the
isTeamMergeRequestReminderShownToPrimaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamType *_Nonnull teamMergeRequestReminderShownToPrimaryTeam;Swift
var teamMergeRequestReminderShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamType { get } - 
                  
                  
(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’) - note: Ensure the
isTeamMergeRequestReminderShownToSecondaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamType *_Nonnull teamMergeRequestReminderShownToSecondaryTeam;Swift
var teamMergeRequestReminderShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamType { get } - 
                  
                  
(trusted_teams) Canceled the team merge - note: Ensure the
isTeamMergeRequestRevokedmethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRevokedType *_Nonnull teamMergeRequestRevoked;Swift
var teamMergeRequestRevoked: DBTEAMLOGTeamMergeRequestRevokedType { get } - 
                  
                  
(trusted_teams) Requested to merge their Dropbox team into yours @note Ensure the
isTeamMergeRequestSentShownToPrimaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamType *_Nonnull teamMergeRequestSentShownToPrimaryTeam;Swift
var teamMergeRequestSentShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamType { get } - 
                  
                  
(trusted_teams) Requested to merge your team into another Dropbox team @note Ensure the
isTeamMergeRequestSentShownToSecondaryTeammethod returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamType *_Nonnull teamMergeRequestSentShownToSecondaryTeam;Swift
var teamMergeRequestSentShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamType { get } 
- 
                  
                  
Initializes union class with tag state of “admin_alerting_alert_state_changed”.
Description of the “admin_alerting_alert_state_changed” tag state: (admin_alerting) Changed an alert state
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingAlertStateChanged: (nonnull DBTEAMLOGAdminAlertingAlertStateChangedType *) adminAlertingAlertStateChanged;Swift
init(adminAlertingAlertStateChanged: DBTEAMLOGAdminAlertingAlertStateChangedType)Parameters
adminAlertingAlertStateChanged(admin_alerting) Changed an alert state
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “admin_alerting_changed_alert_config”.
Description of the “admin_alerting_changed_alert_config” tag state: (admin_alerting) Changed an alert setting
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingChangedAlertConfig: (nonnull DBTEAMLOGAdminAlertingChangedAlertConfigType *) adminAlertingChangedAlertConfig;Swift
init(adminAlertingChangedAlertConfig: DBTEAMLOGAdminAlertingChangedAlertConfigType)Parameters
adminAlertingChangedAlertConfig(admin_alerting) Changed an alert setting
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “admin_alerting_triggered_alert”.
Description of the “admin_alerting_triggered_alert” tag state: (admin_alerting) Triggered security alert
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingTriggeredAlert: (nonnull DBTEAMLOGAdminAlertingTriggeredAlertType *) adminAlertingTriggeredAlert;Swift
init(adminAlertingTriggeredAlert: DBTEAMLOGAdminAlertingTriggeredAlertType)Parameters
adminAlertingTriggeredAlert(admin_alerting) Triggered security alert
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_blocked_by_permissions”.
Description of the “app_blocked_by_permissions” tag state: (apps) Failed to connect app for member
Declaration
Objective-C
- (nonnull instancetype)initWithAppBlockedByPermissions: (nonnull DBTEAMLOGAppBlockedByPermissionsType *)appBlockedByPermissions;Swift
init(appBlockedByPermissions: DBTEAMLOGAppBlockedByPermissionsType)Parameters
appBlockedByPermissions(apps) Failed to connect app for member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_link_team”.
Description of the “app_link_team” tag state: (apps) Linked app for team
Declaration
Objective-C
- (nonnull instancetype)initWithAppLinkTeam: (nonnull DBTEAMLOGAppLinkTeamType *)appLinkTeam;Swift
init(appLinkTeam: DBTEAMLOGAppLinkTeamType)Parameters
appLinkTeam(apps) Linked app for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_link_user”.
Description of the “app_link_user” tag state: (apps) Linked app for member
Declaration
Objective-C
- (nonnull instancetype)initWithAppLinkUser: (nonnull DBTEAMLOGAppLinkUserType *)appLinkUser;Swift
init(appLinkUser: DBTEAMLOGAppLinkUserType)Parameters
appLinkUser(apps) Linked app for member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_unlink_team”.
Description of the “app_unlink_team” tag state: (apps) Unlinked app for team
Declaration
Objective-C
- (nonnull instancetype)initWithAppUnlinkTeam: (nonnull DBTEAMLOGAppUnlinkTeamType *)appUnlinkTeam;Swift
init(appUnlinkTeam: DBTEAMLOGAppUnlinkTeamType)Parameters
appUnlinkTeam(apps) Unlinked app for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_unlink_user”.
Description of the “app_unlink_user” tag state: (apps) Unlinked app for member
Declaration
Objective-C
- (nonnull instancetype)initWithAppUnlinkUser: (nonnull DBTEAMLOGAppUnlinkUserType *)appUnlinkUser;Swift
init(appUnlinkUser: DBTEAMLOGAppUnlinkUserType)Parameters
appUnlinkUser(apps) Unlinked app for member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “integration_connected”.
Description of the “integration_connected” tag state: (apps) Connected integration for member
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationConnected: (nonnull DBTEAMLOGIntegrationConnectedType *)integrationConnected;Swift
init(integrationConnected: DBTEAMLOGIntegrationConnectedType)Parameters
integrationConnected(apps) Connected integration for member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “integration_disconnected”.
Description of the “integration_disconnected” tag state: (apps) Disconnected integration for member
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationDisconnected: (nonnull DBTEAMLOGIntegrationDisconnectedType *)integrationDisconnected;Swift
init(integrationDisconnected: DBTEAMLOGIntegrationDisconnectedType)Parameters
integrationDisconnected(apps) Disconnected integration for member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_add_comment”.
Description of the “file_add_comment” tag state: (comments) Added file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileAddComment: (nonnull DBTEAMLOGFileAddCommentType *)fileAddComment;Swift
init(fileAddComment: DBTEAMLOGFileAddCommentType)Parameters
fileAddComment(comments) Added file comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_change_comment_subscription”.
Description of the “file_change_comment_subscription” tag state: (comments) Subscribed to or unsubscribed from comment notifications for file
Declaration
Objective-C
- (nonnull instancetype)initWithFileChangeCommentSubscription: (nonnull DBTEAMLOGFileChangeCommentSubscriptionType *) fileChangeCommentSubscription;Swift
init(fileChangeCommentSubscription: DBTEAMLOGFileChangeCommentSubscriptionType)Parameters
fileChangeCommentSubscription(comments) Subscribed to or unsubscribed from comment notifications for file
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_delete_comment”.
Description of the “file_delete_comment” tag state: (comments) Deleted file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileDeleteComment: (nonnull DBTEAMLOGFileDeleteCommentType *)fileDeleteComment;Swift
init(fileDeleteComment: DBTEAMLOGFileDeleteCommentType)Parameters
fileDeleteComment(comments) Deleted file comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_edit_comment”.
Description of the “file_edit_comment” tag state: (comments) Edited file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileEditComment: (nonnull DBTEAMLOGFileEditCommentType *)fileEditComment;Swift
init(fileEditComment: DBTEAMLOGFileEditCommentType)Parameters
fileEditComment(comments) Edited file comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_like_comment”.
Description of the “file_like_comment” tag state: (comments) Liked file comment (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithFileLikeComment: (nonnull DBTEAMLOGFileLikeCommentType *)fileLikeComment;Swift
init(fileLikeComment: DBTEAMLOGFileLikeCommentType)Parameters
fileLikeComment(comments) Liked file comment (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_resolve_comment”.
Description of the “file_resolve_comment” tag state: (comments) Resolved file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileResolveComment: (nonnull DBTEAMLOGFileResolveCommentType *)fileResolveComment;Swift
init(fileResolveComment: DBTEAMLOGFileResolveCommentType)Parameters
fileResolveComment(comments) Resolved file comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_unlike_comment”.
Description of the “file_unlike_comment” tag state: (comments) Unliked file comment (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithFileUnlikeComment: (nonnull DBTEAMLOGFileUnlikeCommentType *)fileUnlikeComment;Swift
init(fileUnlikeComment: DBTEAMLOGFileUnlikeCommentType)Parameters
fileUnlikeComment(comments) Unliked file comment (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_unresolve_comment”.
Description of the “file_unresolve_comment” tag state: (comments) Unresolved file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileUnresolveComment: (nonnull DBTEAMLOGFileUnresolveCommentType *)fileUnresolveComment;Swift
init(fileUnresolveComment: DBTEAMLOGFileUnresolveCommentType)Parameters
fileUnresolveComment(comments) Unresolved file comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_add_folders”.
Description of the “governance_policy_add_folders” tag state: (data_governance) Added folders to policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyAddFolders: (nonnull DBTEAMLOGGovernancePolicyAddFoldersType *) governancePolicyAddFolders;Swift
init(governancePolicyAddFolders: DBTEAMLOGGovernancePolicyAddFoldersType)Parameters
governancePolicyAddFolders(data_governance) Added folders to policy
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_add_folder_failed”.
Description of the “governance_policy_add_folder_failed” tag state: (data_governance) Couldn’t add a folder to a policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyAddFolderFailed: (nonnull DBTEAMLOGGovernancePolicyAddFolderFailedType *) governancePolicyAddFolderFailed;Swift
init(governancePolicyAddFolderFailed: DBTEAMLOGGovernancePolicyAddFolderFailedType)Parameters
governancePolicyAddFolderFailed(data_governance) Couldn’t add a folder to a policy
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_content_disposed”.
Description of the “governance_policy_content_disposed” tag state: (data_governance) Content disposed
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyContentDisposed: (nonnull DBTEAMLOGGovernancePolicyContentDisposedType *) governancePolicyContentDisposed;Swift
init(governancePolicyContentDisposed: DBTEAMLOGGovernancePolicyContentDisposedType)Parameters
governancePolicyContentDisposed(data_governance) Content disposed
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_create”.
Description of the “governance_policy_create” tag state: (data_governance) Activated a new policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyCreate: (nonnull DBTEAMLOGGovernancePolicyCreateType *)governancePolicyCreate;Swift
init(governancePolicyCreate: DBTEAMLOGGovernancePolicyCreateType)Parameters
governancePolicyCreate(data_governance) Activated a new policy
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_delete”.
Description of the “governance_policy_delete” tag state: (data_governance) Deleted a policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyDelete: (nonnull DBTEAMLOGGovernancePolicyDeleteType *)governancePolicyDelete;Swift
init(governancePolicyDelete: DBTEAMLOGGovernancePolicyDeleteType)Parameters
governancePolicyDelete(data_governance) Deleted a policy
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_edit_details”.
Description of the “governance_policy_edit_details” tag state: (data_governance) Edited policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyEditDetails: (nonnull DBTEAMLOGGovernancePolicyEditDetailsType *) governancePolicyEditDetails;Swift
init(governancePolicyEditDetails: DBTEAMLOGGovernancePolicyEditDetailsType)Parameters
governancePolicyEditDetails(data_governance) Edited policy
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_edit_duration”.
Description of the “governance_policy_edit_duration” tag state: (data_governance) Changed policy duration
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyEditDuration: (nonnull DBTEAMLOGGovernancePolicyEditDurationType *) governancePolicyEditDuration;Swift
init(governancePolicyEditDuration: DBTEAMLOGGovernancePolicyEditDurationType)Parameters
governancePolicyEditDuration(data_governance) Changed policy duration
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_export_created”.
Description of the “governance_policy_export_created” tag state: (data_governance) Created a policy download
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyExportCreated: (nonnull DBTEAMLOGGovernancePolicyExportCreatedType *) governancePolicyExportCreated;Swift
init(governancePolicyExportCreated: DBTEAMLOGGovernancePolicyExportCreatedType)Parameters
governancePolicyExportCreated(data_governance) Created a policy download
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_export_removed”.
Description of the “governance_policy_export_removed” tag state: (data_governance) Removed a policy download
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyExportRemoved: (nonnull DBTEAMLOGGovernancePolicyExportRemovedType *) governancePolicyExportRemoved;Swift
init(governancePolicyExportRemoved: DBTEAMLOGGovernancePolicyExportRemovedType)Parameters
governancePolicyExportRemoved(data_governance) Removed a policy download
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_remove_folders”.
Description of the “governance_policy_remove_folders” tag state: (data_governance) Removed folders from policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyRemoveFolders: (nonnull DBTEAMLOGGovernancePolicyRemoveFoldersType *) governancePolicyRemoveFolders;Swift
init(governancePolicyRemoveFolders: DBTEAMLOGGovernancePolicyRemoveFoldersType)Parameters
governancePolicyRemoveFolders(data_governance) Removed folders from policy
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_report_created”.
Description of the “governance_policy_report_created” tag state: (data_governance) Created a summary report for a policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyReportCreated: (nonnull DBTEAMLOGGovernancePolicyReportCreatedType *) governancePolicyReportCreated;Swift
init(governancePolicyReportCreated: DBTEAMLOGGovernancePolicyReportCreatedType)Parameters
governancePolicyReportCreated(data_governance) Created a summary report for a policy
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “governance_policy_zip_part_downloaded”.
Description of the “governance_policy_zip_part_downloaded” tag state: (data_governance) Downloaded content from a policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyZipPartDownloaded: (nonnull DBTEAMLOGGovernancePolicyZipPartDownloadedType *) governancePolicyZipPartDownloaded;Swift
init(governancePolicyZipPartDownloaded: DBTEAMLOGGovernancePolicyZipPartDownloadedType)Parameters
governancePolicyZipPartDownloaded(data_governance) Downloaded content from a policy
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_activate_a_hold”.
Description of the “legal_holds_activate_a_hold” tag state: (data_governance) Activated a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsActivateAHold: (nonnull DBTEAMLOGLegalHoldsActivateAHoldType *)legalHoldsActivateAHold;Swift
init(legalHoldsActivateAHold: DBTEAMLOGLegalHoldsActivateAHoldType)Parameters
legalHoldsActivateAHold(data_governance) Activated a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_add_members”.
Description of the “legal_holds_add_members” tag state: (data_governance) Added members to a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsAddMembers: (nonnull DBTEAMLOGLegalHoldsAddMembersType *)legalHoldsAddMembers;Swift
init(legalHoldsAddMembers: DBTEAMLOGLegalHoldsAddMembersType)Parameters
legalHoldsAddMembers(data_governance) Added members to a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_change_hold_details”.
Description of the “legal_holds_change_hold_details” tag state: (data_governance) Edited details for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsChangeHoldDetails: (nonnull DBTEAMLOGLegalHoldsChangeHoldDetailsType *) legalHoldsChangeHoldDetails;Swift
init(legalHoldsChangeHoldDetails: DBTEAMLOGLegalHoldsChangeHoldDetailsType)Parameters
legalHoldsChangeHoldDetails(data_governance) Edited details for a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_change_hold_name”.
Description of the “legal_holds_change_hold_name” tag state: (data_governance) Renamed a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsChangeHoldName: (nonnull DBTEAMLOGLegalHoldsChangeHoldNameType *)legalHoldsChangeHoldName;Swift
init(legalHoldsChangeHoldName: DBTEAMLOGLegalHoldsChangeHoldNameType)Parameters
legalHoldsChangeHoldName(data_governance) Renamed a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_export_a_hold”.
Description of the “legal_holds_export_a_hold” tag state: (data_governance) Exported hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportAHold: (nonnull DBTEAMLOGLegalHoldsExportAHoldType *)legalHoldsExportAHold;Swift
init(legalHoldsExportAHold: DBTEAMLOGLegalHoldsExportAHoldType)Parameters
legalHoldsExportAHold(data_governance) Exported hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_export_cancelled”.
Description of the “legal_holds_export_cancelled” tag state: (data_governance) Canceled export for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportCancelled: (nonnull DBTEAMLOGLegalHoldsExportCancelledType *)legalHoldsExportCancelled;Swift
init(legalHoldsExportCancelled: DBTEAMLOGLegalHoldsExportCancelledType)Parameters
legalHoldsExportCancelled(data_governance) Canceled export for a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_export_downloaded”.
Description of the “legal_holds_export_downloaded” tag state: (data_governance) Downloaded export for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportDownloaded: (nonnull DBTEAMLOGLegalHoldsExportDownloadedType *) legalHoldsExportDownloaded;Swift
init(legalHoldsExportDownloaded: DBTEAMLOGLegalHoldsExportDownloadedType)Parameters
legalHoldsExportDownloaded(data_governance) Downloaded export for a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_export_removed”.
Description of the “legal_holds_export_removed” tag state: (data_governance) Removed export for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportRemoved: (nonnull DBTEAMLOGLegalHoldsExportRemovedType *)legalHoldsExportRemoved;Swift
init(legalHoldsExportRemoved: DBTEAMLOGLegalHoldsExportRemovedType)Parameters
legalHoldsExportRemoved(data_governance) Removed export for a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_release_a_hold”.
Description of the “legal_holds_release_a_hold” tag state: (data_governance) Released a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsReleaseAHold: (nonnull DBTEAMLOGLegalHoldsReleaseAHoldType *)legalHoldsReleaseAHold;Swift
init(legalHoldsReleaseAHold: DBTEAMLOGLegalHoldsReleaseAHoldType)Parameters
legalHoldsReleaseAHold(data_governance) Released a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_remove_members”.
Description of the “legal_holds_remove_members” tag state: (data_governance) Removed members from a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsRemoveMembers: (nonnull DBTEAMLOGLegalHoldsRemoveMembersType *)legalHoldsRemoveMembers;Swift
init(legalHoldsRemoveMembers: DBTEAMLOGLegalHoldsRemoveMembersType)Parameters
legalHoldsRemoveMembers(data_governance) Removed members from a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “legal_holds_report_a_hold”.
Description of the “legal_holds_report_a_hold” tag state: (data_governance) Created a summary report for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsReportAHold: (nonnull DBTEAMLOGLegalHoldsReportAHoldType *)legalHoldsReportAHold;Swift
init(legalHoldsReportAHold: DBTEAMLOGLegalHoldsReportAHoldType)Parameters
legalHoldsReportAHold(data_governance) Created a summary report for a hold
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_change_ip_desktop”.
Description of the “device_change_ip_desktop” tag state: (devices) Changed IP address associated with active desktop session
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpDesktop: (nonnull DBTEAMLOGDeviceChangeIpDesktopType *)deviceChangeIpDesktop;Swift
init(deviceChangeIpDesktop: DBTEAMLOGDeviceChangeIpDesktopType)Parameters
deviceChangeIpDesktop(devices) Changed IP address associated with active desktop session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_change_ip_mobile”.
Description of the “device_change_ip_mobile” tag state: (devices) Changed IP address associated with active mobile session
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpMobile: (nonnull DBTEAMLOGDeviceChangeIpMobileType *)deviceChangeIpMobile;Swift
init(deviceChangeIpMobile: DBTEAMLOGDeviceChangeIpMobileType)Parameters
deviceChangeIpMobile(devices) Changed IP address associated with active mobile session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_change_ip_web”.
Description of the “device_change_ip_web” tag state: (devices) Changed IP address associated with active web session
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpWeb: (nonnull DBTEAMLOGDeviceChangeIpWebType *)deviceChangeIpWeb;Swift
init(deviceChangeIpWeb: DBTEAMLOGDeviceChangeIpWebType)Parameters
deviceChangeIpWeb(devices) Changed IP address associated with active web session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_delete_on_unlink_fail”.
Description of the “device_delete_on_unlink_fail” tag state: (devices) Failed to delete all files from unlinked device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceDeleteOnUnlinkFail: (nonnull DBTEAMLOGDeviceDeleteOnUnlinkFailType *)deviceDeleteOnUnlinkFail;Swift
init(deviceDeleteOnUnlinkFail: DBTEAMLOGDeviceDeleteOnUnlinkFailType)Parameters
deviceDeleteOnUnlinkFail(devices) Failed to delete all files from unlinked device
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_delete_on_unlink_success”.
Description of the “device_delete_on_unlink_success” tag state: (devices) Deleted all files from unlinked device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceDeleteOnUnlinkSuccess: (nonnull DBTEAMLOGDeviceDeleteOnUnlinkSuccessType *) deviceDeleteOnUnlinkSuccess;Swift
init(deviceDeleteOnUnlinkSuccess: DBTEAMLOGDeviceDeleteOnUnlinkSuccessType)Parameters
deviceDeleteOnUnlinkSuccess(devices) Deleted all files from unlinked device
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_link_fail”.
Description of the “device_link_fail” tag state: (devices) Failed to link device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceLinkFail: (nonnull DBTEAMLOGDeviceLinkFailType *)deviceLinkFail;Swift
init(deviceLinkFail: DBTEAMLOGDeviceLinkFailType)Parameters
deviceLinkFail(devices) Failed to link device
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_link_success”.
Description of the “device_link_success” tag state: (devices) Linked device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceLinkSuccess: (nonnull DBTEAMLOGDeviceLinkSuccessType *)deviceLinkSuccess;Swift
init(deviceLinkSuccess: DBTEAMLOGDeviceLinkSuccessType)Parameters
deviceLinkSuccess(devices) Linked device
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_management_disabled”.
Description of the “device_management_disabled” tag state: (devices) Disabled device management (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceManagementDisabled: (nonnull DBTEAMLOGDeviceManagementDisabledType *)deviceManagementDisabled;Swift
init(deviceManagementDisabled: DBTEAMLOGDeviceManagementDisabledType)Parameters
deviceManagementDisabled(devices) Disabled device management (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_management_enabled”.
Description of the “device_management_enabled” tag state: (devices) Enabled device management (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceManagementEnabled: (nonnull DBTEAMLOGDeviceManagementEnabledType *)deviceManagementEnabled;Swift
init(deviceManagementEnabled: DBTEAMLOGDeviceManagementEnabledType)Parameters
deviceManagementEnabled(devices) Enabled device management (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_sync_backup_status_changed”.
Description of the “device_sync_backup_status_changed” tag state: (devices) Enabled/disabled backup for computer
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceSyncBackupStatusChanged: (nonnull DBTEAMLOGDeviceSyncBackupStatusChangedType *) deviceSyncBackupStatusChanged;Swift
init(deviceSyncBackupStatusChanged: DBTEAMLOGDeviceSyncBackupStatusChangedType)Parameters
deviceSyncBackupStatusChanged(devices) Enabled/disabled backup for computer
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_unlink”.
Description of the “device_unlink” tag state: (devices) Disconnected device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceUnlink: (nonnull DBTEAMLOGDeviceUnlinkType *)deviceUnlink;Swift
init(deviceUnlink: DBTEAMLOGDeviceUnlinkType)Parameters
deviceUnlink(devices) Disconnected device
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “dropbox_passwords_exported”.
Description of the “dropbox_passwords_exported” tag state: (devices) Exported passwords
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsExported: (nonnull DBTEAMLOGDropboxPasswordsExportedType *)dropboxPasswordsExported;Swift
init(dropboxPasswordsExported: DBTEAMLOGDropboxPasswordsExportedType)Parameters
dropboxPasswordsExported(devices) Exported passwords
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “dropbox_passwords_new_device_enrolled”.
Description of the “dropbox_passwords_new_device_enrolled” tag state: (devices) Enrolled new Dropbox Passwords device
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsNewDeviceEnrolled: (nonnull DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType *) dropboxPasswordsNewDeviceEnrolled;Swift
init(dropboxPasswordsNewDeviceEnrolled: DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType)Parameters
dropboxPasswordsNewDeviceEnrolled(devices) Enrolled new Dropbox Passwords device
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_refresh_auth_token”.
Description of the “emm_refresh_auth_token” tag state: (devices) Refreshed auth token used for setting up EMM
Declaration
Objective-C
- (nonnull instancetype)initWithEmmRefreshAuthToken: (nonnull DBTEAMLOGEmmRefreshAuthTokenType *)emmRefreshAuthToken;Swift
init(emmRefreshAuthToken: DBTEAMLOGEmmRefreshAuthTokenType)Parameters
emmRefreshAuthToken(devices) Refreshed auth token used for setting up EMM
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_drive_backup_eligibility_status_checked”.
Description of the “external_drive_backup_eligibility_status_checked” tag state: (devices) Checked external drive backup eligibility status
Declaration
Objective-C
- (nonnull instancetype)initWithExternalDriveBackupEligibilityStatusChecked: (nonnull DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedType *) externalDriveBackupEligibilityStatusChecked;Swift
init(externalDriveBackupEligibilityStatusChecked: DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedType)Parameters
externalDriveBackupEligibilityStatusChecked(devices) Checked external drive backup eligibility status
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_drive_backup_status_changed”.
Description of the “external_drive_backup_status_changed” tag state: (devices) Modified external drive backup
Declaration
Objective-C
- (nonnull instancetype)initWithExternalDriveBackupStatusChanged: (nonnull DBTEAMLOGExternalDriveBackupStatusChangedType *) externalDriveBackupStatusChanged;Swift
init(externalDriveBackupStatusChanged: DBTEAMLOGExternalDriveBackupStatusChangedType)Parameters
externalDriveBackupStatusChanged(devices) Modified external drive backup
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_change_availability”.
Description of the “account_capture_change_availability” tag state: (domains) Granted/revoked option to enable account capture on team domains
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureChangeAvailability: (nonnull DBTEAMLOGAccountCaptureChangeAvailabilityType *) accountCaptureChangeAvailability;Swift
init(accountCaptureChangeAvailability: DBTEAMLOGAccountCaptureChangeAvailabilityType)Parameters
accountCaptureChangeAvailability(domains) Granted/revoked option to enable account capture on team domains
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_migrate_account”.
Description of the “account_capture_migrate_account” tag state: (domains) Account-captured user migrated account to team
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureMigrateAccount: (nonnull DBTEAMLOGAccountCaptureMigrateAccountType *) accountCaptureMigrateAccount;Swift
init(accountCaptureMigrateAccount: DBTEAMLOGAccountCaptureMigrateAccountType)Parameters
accountCaptureMigrateAccount(domains) Account-captured user migrated account to team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_notification_emails_sent”.
Description of the “account_capture_notification_emails_sent” tag state: (domains) Sent account capture email to all unmanaged members
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureNotificationEmailsSent: (nonnull DBTEAMLOGAccountCaptureNotificationEmailsSentType *) accountCaptureNotificationEmailsSent;Swift
init(accountCaptureNotificationEmailsSent: DBTEAMLOGAccountCaptureNotificationEmailsSentType)Parameters
accountCaptureNotificationEmailsSent(domains) Sent account capture email to all unmanaged members
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_relinquish_account”.
Description of the “account_capture_relinquish_account” tag state: (domains) Account-captured user changed account email to personal email
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureRelinquishAccount: (nonnull DBTEAMLOGAccountCaptureRelinquishAccountType *) accountCaptureRelinquishAccount;Swift
init(accountCaptureRelinquishAccount: DBTEAMLOGAccountCaptureRelinquishAccountType)Parameters
accountCaptureRelinquishAccount(domains) Account-captured user changed account email to personal email
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “disabled_domain_invites”.
Description of the “disabled_domain_invites” tag state: (domains) Disabled domain invites (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDisabledDomainInvites: (nonnull DBTEAMLOGDisabledDomainInvitesType *)disabledDomainInvites;Swift
init(disabledDomainInvites: DBTEAMLOGDisabledDomainInvitesType)Parameters
disabledDomainInvites(domains) Disabled domain invites (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_approve_request_to_join_team”.
Description of the “domain_invites_approve_request_to_join_team” tag state: (domains) Approved user’s request to join team
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesApproveRequestToJoinTeam: (nonnull DBTEAMLOGDomainInvitesApproveRequestToJoinTeamType *) domainInvitesApproveRequestToJoinTeam;Swift
init(domainInvitesApproveRequestToJoinTeam: DBTEAMLOGDomainInvitesApproveRequestToJoinTeamType)Parameters
domainInvitesApproveRequestToJoinTeam(domains) Approved user’s request to join team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_decline_request_to_join_team”.
Description of the “domain_invites_decline_request_to_join_team” tag state: (domains) Declined user’s request to join team
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesDeclineRequestToJoinTeam: (nonnull DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamType *) domainInvitesDeclineRequestToJoinTeam;Swift
init(domainInvitesDeclineRequestToJoinTeam: DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamType)Parameters
domainInvitesDeclineRequestToJoinTeam(domains) Declined user’s request to join team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_email_existing_users”.
Description of the “domain_invites_email_existing_users” tag state: (domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesEmailExistingUsers: (nonnull DBTEAMLOGDomainInvitesEmailExistingUsersType *) domainInvitesEmailExistingUsers;Swift
init(domainInvitesEmailExistingUsers: DBTEAMLOGDomainInvitesEmailExistingUsersType)Parameters
domainInvitesEmailExistingUsers(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_request_to_join_team”.
Description of the “domain_invites_request_to_join_team” tag state: (domains) Requested to join team
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesRequestToJoinTeam: (nonnull DBTEAMLOGDomainInvitesRequestToJoinTeamType *) domainInvitesRequestToJoinTeam;Swift
init(domainInvitesRequestToJoinTeam: DBTEAMLOGDomainInvitesRequestToJoinTeamType)Parameters
domainInvitesRequestToJoinTeam(domains) Requested to join team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_set_invite_new_user_pref_to_no”.
Description of the “domain_invites_set_invite_new_user_pref_to_no” tag state: (domains) Disabled “Automatically invite new users” (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesSetInviteNewUserPrefToNo: (nonnull DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoType *) domainInvitesSetInviteNewUserPrefToNo;Swift
init(domainInvitesSetInviteNewUserPrefToNo: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoType)Parameters
domainInvitesSetInviteNewUserPrefToNo(domains) Disabled “Automatically invite new users” (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_invites_set_invite_new_user_pref_to_yes”.
Description of the “domain_invites_set_invite_new_user_pref_to_yes” tag state: (domains) Enabled “Automatically invite new users” (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesSetInviteNewUserPrefToYes: (nonnull DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesType *) domainInvitesSetInviteNewUserPrefToYes;Swift
init(domainInvitesSetInviteNewUserPrefToYes: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesType)Parameters
domainInvitesSetInviteNewUserPrefToYes(domains) Enabled “Automatically invite new users” (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_verification_add_domain_fail”.
Description of the “domain_verification_add_domain_fail” tag state: (domains) Failed to verify team domain
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationAddDomainFail: (nonnull DBTEAMLOGDomainVerificationAddDomainFailType *) domainVerificationAddDomainFail;Swift
init(domainVerificationAddDomainFail: DBTEAMLOGDomainVerificationAddDomainFailType)Parameters
domainVerificationAddDomainFail(domains) Failed to verify team domain
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_verification_add_domain_success”.
Description of the “domain_verification_add_domain_success” tag state: (domains) Verified team domain
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationAddDomainSuccess: (nonnull DBTEAMLOGDomainVerificationAddDomainSuccessType *) domainVerificationAddDomainSuccess;Swift
init(domainVerificationAddDomainSuccess: DBTEAMLOGDomainVerificationAddDomainSuccessType)Parameters
domainVerificationAddDomainSuccess(domains) Verified team domain
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “domain_verification_remove_domain”.
Description of the “domain_verification_remove_domain” tag state: (domains) Removed domain from list of verified team domains
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationRemoveDomain: (nonnull DBTEAMLOGDomainVerificationRemoveDomainType *) domainVerificationRemoveDomain;Swift
init(domainVerificationRemoveDomain: DBTEAMLOGDomainVerificationRemoveDomainType)Parameters
domainVerificationRemoveDomain(domains) Removed domain from list of verified team domains
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “enabled_domain_invites”.
Description of the “enabled_domain_invites” tag state: (domains) Enabled domain invites (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithEnabledDomainInvites: (nonnull DBTEAMLOGEnabledDomainInvitesType *)enabledDomainInvites;Swift
init(enabledDomainInvites: DBTEAMLOGEnabledDomainInvitesType)Parameters
enabledDomainInvites(domains) Enabled domain invites (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “apply_naming_convention”.
Description of the “apply_naming_convention” tag state: (file_operations) Applied naming convention
Declaration
Objective-C
- (nonnull instancetype)initWithApplyNamingConvention: (nonnull DBTEAMLOGApplyNamingConventionType *)applyNamingConvention;Swift
init(applyNamingConvention: DBTEAMLOGApplyNamingConventionType)Parameters
applyNamingConvention(file_operations) Applied naming convention
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “create_folder”.
Description of the “create_folder” tag state: (file_operations) Created folders (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithCreateFolder: (nonnull DBTEAMLOGCreateFolderType *)createFolder;Swift
init(createFolder: DBTEAMLOGCreateFolderType)Parameters
createFolder(file_operations) Created folders (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_add”.
Description of the “file_add” tag state: (file_operations) Added files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileAdd:(nonnull DBTEAMLOGFileAddType *)fileAdd;Swift
init(fileAdd: DBTEAMLOGFileAddType)Parameters
fileAdd(file_operations) Added files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_copy”.
Description of the “file_copy” tag state: (file_operations) Copied files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileCopy: (nonnull DBTEAMLOGFileCopyType *)fileCopy;Swift
init(fileCopy: DBTEAMLOGFileCopyType)Parameters
fileCopy(file_operations) Copied files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_delete”.
Description of the “file_delete” tag state: (file_operations) Deleted files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileDelete: (nonnull DBTEAMLOGFileDeleteType *)fileDelete;Swift
init(fileDelete: DBTEAMLOGFileDeleteType)Parameters
fileDelete(file_operations) Deleted files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_download”.
Description of the “file_download” tag state: (file_operations) Downloaded files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileDownload: (nonnull DBTEAMLOGFileDownloadType *)fileDownload;Swift
init(fileDownload: DBTEAMLOGFileDownloadType)Parameters
fileDownload(file_operations) Downloaded files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_edit”.
Description of the “file_edit” tag state: (file_operations) Edited files
Declaration
Objective-C
- (nonnull instancetype)initWithFileEdit: (nonnull DBTEAMLOGFileEditType *)fileEdit;Swift
init(fileEdit: DBTEAMLOGFileEditType)Parameters
fileEdit(file_operations) Edited files
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_get_copy_reference”.
Description of the “file_get_copy_reference” tag state: (file_operations) Created copy reference to file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithFileGetCopyReference: (nonnull DBTEAMLOGFileGetCopyReferenceType *)fileGetCopyReference;Swift
init(fileGetCopyReference: DBTEAMLOGFileGetCopyReferenceType)Parameters
fileGetCopyReference(file_operations) Created copy reference to file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_locking_lock_status_changed”.
Description of the “file_locking_lock_status_changed” tag state: (file_operations) Locked/unlocked editing for a file
Declaration
Objective-C
- (nonnull instancetype)initWithFileLockingLockStatusChanged: (nonnull DBTEAMLOGFileLockingLockStatusChangedType *) fileLockingLockStatusChanged;Swift
init(fileLockingLockStatusChanged: DBTEAMLOGFileLockingLockStatusChangedType)Parameters
fileLockingLockStatusChanged(file_operations) Locked/unlocked editing for a file
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_move”.
Description of the “file_move” tag state: (file_operations) Moved files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileMove: (nonnull DBTEAMLOGFileMoveType *)fileMove;Swift
init(fileMove: DBTEAMLOGFileMoveType)Parameters
fileMove(file_operations) Moved files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_permanently_delete”.
Description of the “file_permanently_delete” tag state: (file_operations) Permanently deleted files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFilePermanentlyDelete: (nonnull DBTEAMLOGFilePermanentlyDeleteType *)filePermanentlyDelete;Swift
init(filePermanentlyDelete: DBTEAMLOGFilePermanentlyDeleteType)Parameters
filePermanentlyDelete(file_operations) Permanently deleted files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_preview”.
Description of the “file_preview” tag state: (file_operations) Previewed files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFilePreview: (nonnull DBTEAMLOGFilePreviewType *)filePreview;Swift
init(filePreview: DBTEAMLOGFilePreviewType)Parameters
filePreview(file_operations) Previewed files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_rename”.
Description of the “file_rename” tag state: (file_operations) Renamed files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileRename: (nonnull DBTEAMLOGFileRenameType *)fileRename;Swift
init(fileRename: DBTEAMLOGFileRenameType)Parameters
fileRename(file_operations) Renamed files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_restore”.
Description of the “file_restore” tag state: (file_operations) Restored deleted files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileRestore: (nonnull DBTEAMLOGFileRestoreType *)fileRestore;Swift
init(fileRestore: DBTEAMLOGFileRestoreType)Parameters
fileRestore(file_operations) Restored deleted files and/or folders
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_revert”.
Description of the “file_revert” tag state: (file_operations) Reverted files to previous version
Declaration
Objective-C
- (nonnull instancetype)initWithFileRevert: (nonnull DBTEAMLOGFileRevertType *)fileRevert;Swift
init(fileRevert: DBTEAMLOGFileRevertType)Parameters
fileRevert(file_operations) Reverted files to previous version
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_rollback_changes”.
Description of the “file_rollback_changes” tag state: (file_operations) Rolled back file actions
Declaration
Objective-C
- (nonnull instancetype)initWithFileRollbackChanges: (nonnull DBTEAMLOGFileRollbackChangesType *)fileRollbackChanges;Swift
init(fileRollbackChanges: DBTEAMLOGFileRollbackChangesType)Parameters
fileRollbackChanges(file_operations) Rolled back file actions
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_save_copy_reference”.
Description of the “file_save_copy_reference” tag state: (file_operations) Saved file/folder using copy reference
Declaration
Objective-C
- (nonnull instancetype)initWithFileSaveCopyReference: (nonnull DBTEAMLOGFileSaveCopyReferenceType *)fileSaveCopyReference;Swift
init(fileSaveCopyReference: DBTEAMLOGFileSaveCopyReferenceType)Parameters
fileSaveCopyReference(file_operations) Saved file/folder using copy reference
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “folder_overview_description_changed”.
Description of the “folder_overview_description_changed” tag state: (file_operations) Updated folder overview
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewDescriptionChanged: (nonnull DBTEAMLOGFolderOverviewDescriptionChangedType *) folderOverviewDescriptionChanged;Swift
init(folderOverviewDescriptionChanged: DBTEAMLOGFolderOverviewDescriptionChangedType)Parameters
folderOverviewDescriptionChanged(file_operations) Updated folder overview
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “folder_overview_item_pinned”.
Description of the “folder_overview_item_pinned” tag state: (file_operations) Pinned item to folder overview
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewItemPinned: (nonnull DBTEAMLOGFolderOverviewItemPinnedType *)folderOverviewItemPinned;Swift
init(folderOverviewItemPinned: DBTEAMLOGFolderOverviewItemPinnedType)Parameters
folderOverviewItemPinned(file_operations) Pinned item to folder overview
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “folder_overview_item_unpinned”.
Description of the “folder_overview_item_unpinned” tag state: (file_operations) Unpinned item from folder overview
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewItemUnpinned: (nonnull DBTEAMLOGFolderOverviewItemUnpinnedType *) folderOverviewItemUnpinned;Swift
init(folderOverviewItemUnpinned: DBTEAMLOGFolderOverviewItemUnpinnedType)Parameters
folderOverviewItemUnpinned(file_operations) Unpinned item from folder overview
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “object_label_added”.
Description of the “object_label_added” tag state: (file_operations) Added a label
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelAdded: (nonnull DBTEAMLOGObjectLabelAddedType *)objectLabelAdded;Swift
init(objectLabelAdded: DBTEAMLOGObjectLabelAddedType)Parameters
objectLabelAdded(file_operations) Added a label
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “object_label_removed”.
Description of the “object_label_removed” tag state: (file_operations) Removed a label
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelRemoved: (nonnull DBTEAMLOGObjectLabelRemovedType *)objectLabelRemoved;Swift
init(objectLabelRemoved: DBTEAMLOGObjectLabelRemovedType)Parameters
objectLabelRemoved(file_operations) Removed a label
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “object_label_updated_value”.
Description of the “object_label_updated_value” tag state: (file_operations) Updated a label’s value
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelUpdatedValue: (nonnull DBTEAMLOGObjectLabelUpdatedValueType *)objectLabelUpdatedValue;Swift
init(objectLabelUpdatedValue: DBTEAMLOGObjectLabelUpdatedValueType)Parameters
objectLabelUpdatedValue(file_operations) Updated a label’s value
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “organize_folder_with_tidy”.
Description of the “organize_folder_with_tidy” tag state: (file_operations) Organized a folder with multi-file organize
Declaration
Objective-C
- (nonnull instancetype)initWithOrganizeFolderWithTidy: (nonnull DBTEAMLOGOrganizeFolderWithTidyType *)organizeFolderWithTidy;Swift
init(organizeFolderWithTidy: DBTEAMLOGOrganizeFolderWithTidyType)Parameters
organizeFolderWithTidy(file_operations) Organized a folder with multi-file organize
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “rewind_folder”.
Description of the “rewind_folder” tag state: (file_operations) Rewound a folder
Declaration
Objective-C
- (nonnull instancetype)initWithRewindFolder: (nonnull DBTEAMLOGRewindFolderType *)rewindFolder;Swift
init(rewindFolder: DBTEAMLOGRewindFolderType)Parameters
rewindFolder(file_operations) Rewound a folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “undo_naming_convention”.
Description of the “undo_naming_convention” tag state: (file_operations) Reverted naming convention
Declaration
Objective-C
- (nonnull instancetype)initWithUndoNamingConvention: (nonnull DBTEAMLOGUndoNamingConventionType *)undoNamingConvention;Swift
init(undoNamingConvention: DBTEAMLOGUndoNamingConventionType)Parameters
undoNamingConvention(file_operations) Reverted naming convention
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “undo_organize_folder_with_tidy”.
Description of the “undo_organize_folder_with_tidy” tag state: (file_operations) Removed multi-file organize
Declaration
Objective-C
- (nonnull instancetype)initWithUndoOrganizeFolderWithTidy: (nonnull DBTEAMLOGUndoOrganizeFolderWithTidyType *) undoOrganizeFolderWithTidy;Swift
init(undoOrganizeFolderWithTidy: DBTEAMLOGUndoOrganizeFolderWithTidyType)Parameters
undoOrganizeFolderWithTidy(file_operations) Removed multi-file organize
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “user_tags_added”.
Description of the “user_tags_added” tag state: (file_operations) Tagged a file
Declaration
Objective-C
- (nonnull instancetype)initWithUserTagsAdded: (nonnull DBTEAMLOGUserTagsAddedType *)userTagsAdded;Swift
init(userTagsAdded: DBTEAMLOGUserTagsAddedType)Parameters
userTagsAdded(file_operations) Tagged a file
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “user_tags_removed”.
Description of the “user_tags_removed” tag state: (file_operations) Removed tags
Declaration
Objective-C
- (nonnull instancetype)initWithUserTagsRemoved: (nonnull DBTEAMLOGUserTagsRemovedType *)userTagsRemoved;Swift
init(userTagsRemoved: DBTEAMLOGUserTagsRemovedType)Parameters
userTagsRemoved(file_operations) Removed tags
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “email_ingest_receive_file”.
Description of the “email_ingest_receive_file” tag state: (file_requests) Received files via Email to Dropbox
Declaration
Objective-C
- (nonnull instancetype)initWithEmailIngestReceiveFile: (nonnull DBTEAMLOGEmailIngestReceiveFileType *)emailIngestReceiveFile;Swift
init(emailIngestReceiveFile: DBTEAMLOGEmailIngestReceiveFileType)Parameters
emailIngestReceiveFile(file_requests) Received files via Email to Dropbox
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_change”.
Description of the “file_request_change” tag state: (file_requests) Changed file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestChange: (nonnull DBTEAMLOGFileRequestChangeType *)fileRequestChange;Swift
init(fileRequestChange: DBTEAMLOGFileRequestChangeType)Parameters
fileRequestChange(file_requests) Changed file request
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_close”.
Description of the “file_request_close” tag state: (file_requests) Closed file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestClose: (nonnull DBTEAMLOGFileRequestCloseType *)fileRequestClose;Swift
init(fileRequestClose: DBTEAMLOGFileRequestCloseType)Parameters
fileRequestClose(file_requests) Closed file request
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_create”.
Description of the “file_request_create” tag state: (file_requests) Created file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestCreate: (nonnull DBTEAMLOGFileRequestCreateType *)fileRequestCreate;Swift
init(fileRequestCreate: DBTEAMLOGFileRequestCreateType)Parameters
fileRequestCreate(file_requests) Created file request
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_delete”.
Description of the “file_request_delete” tag state: (file_requests) Delete file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestDelete: (nonnull DBTEAMLOGFileRequestDeleteType *)fileRequestDelete;Swift
init(fileRequestDelete: DBTEAMLOGFileRequestDeleteType)Parameters
fileRequestDelete(file_requests) Delete file request
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_request_receive_file”.
Description of the “file_request_receive_file” tag state: (file_requests) Received files for file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestReceiveFile: (nonnull DBTEAMLOGFileRequestReceiveFileType *)fileRequestReceiveFile;Swift
init(fileRequestReceiveFile: DBTEAMLOGFileRequestReceiveFileType)Parameters
fileRequestReceiveFile(file_requests) Received files for file request
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_add_external_id”.
Description of the “group_add_external_id” tag state: (groups) Added external ID for group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupAddExternalId: (nonnull DBTEAMLOGGroupAddExternalIdType *)groupAddExternalId;Swift
init(groupAddExternalId: DBTEAMLOGGroupAddExternalIdType)Parameters
groupAddExternalId(groups) Added external ID for group
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_add_member”.
Description of the “group_add_member” tag state: (groups) Added team members to group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupAddMember: (nonnull DBTEAMLOGGroupAddMemberType *)groupAddMember;Swift
init(groupAddMember: DBTEAMLOGGroupAddMemberType)Parameters
groupAddMember(groups) Added team members to group
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_change_external_id”.
Description of the “group_change_external_id” tag state: (groups) Changed external ID for group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeExternalId: (nonnull DBTEAMLOGGroupChangeExternalIdType *)groupChangeExternalId;Swift
init(groupChangeExternalId: DBTEAMLOGGroupChangeExternalIdType)Parameters
groupChangeExternalId(groups) Changed external ID for group
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_change_management_type”.
Description of the “group_change_management_type” tag state: (groups) Changed group management type
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeManagementType: (nonnull DBTEAMLOGGroupChangeManagementTypeType *)groupChangeManagementType;Swift
init(groupChangeManagementType: DBTEAMLOGGroupChangeManagementTypeType)Parameters
groupChangeManagementType(groups) Changed group management type
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_change_member_role”.
Description of the “group_change_member_role” tag state: (groups) Changed manager permissions of group member
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeMemberRole: (nonnull DBTEAMLOGGroupChangeMemberRoleType *)groupChangeMemberRole;Swift
init(groupChangeMemberRole: DBTEAMLOGGroupChangeMemberRoleType)Parameters
groupChangeMemberRole(groups) Changed manager permissions of group member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_create”.
Description of the “group_create” tag state: (groups) Created group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupCreate: (nonnull DBTEAMLOGGroupCreateType *)groupCreate;Swift
init(groupCreate: DBTEAMLOGGroupCreateType)Parameters
groupCreate(groups) Created group
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_delete”.
Description of the “group_delete” tag state: (groups) Deleted group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupDelete: (nonnull DBTEAMLOGGroupDeleteType *)groupDelete;Swift
init(groupDelete: DBTEAMLOGGroupDeleteType)Parameters
groupDelete(groups) Deleted group
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_description_updated”.
Description of the “group_description_updated” tag state: (groups) Updated group (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithGroupDescriptionUpdated: (nonnull DBTEAMLOGGroupDescriptionUpdatedType *)groupDescriptionUpdated;Swift
init(groupDescriptionUpdated: DBTEAMLOGGroupDescriptionUpdatedType)Parameters
groupDescriptionUpdated(groups) Updated group (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_join_policy_updated”.
Description of the “group_join_policy_updated” tag state: (groups) Updated group join policy (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithGroupJoinPolicyUpdated: (nonnull DBTEAMLOGGroupJoinPolicyUpdatedType *)groupJoinPolicyUpdated;Swift
init(groupJoinPolicyUpdated: DBTEAMLOGGroupJoinPolicyUpdatedType)Parameters
groupJoinPolicyUpdated(groups) Updated group join policy (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_moved”.
Description of the “group_moved” tag state: (groups) Moved group (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithGroupMoved: (nonnull DBTEAMLOGGroupMovedType *)groupMoved;Swift
init(groupMoved: DBTEAMLOGGroupMovedType)Parameters
groupMoved(groups) Moved group (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_remove_external_id”.
Description of the “group_remove_external_id” tag state: (groups) Removed external ID for group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRemoveExternalId: (nonnull DBTEAMLOGGroupRemoveExternalIdType *)groupRemoveExternalId;Swift
init(groupRemoveExternalId: DBTEAMLOGGroupRemoveExternalIdType)Parameters
groupRemoveExternalId(groups) Removed external ID for group
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_remove_member”.
Description of the “group_remove_member” tag state: (groups) Removed team members from group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRemoveMember: (nonnull DBTEAMLOGGroupRemoveMemberType *)groupRemoveMember;Swift
init(groupRemoveMember: DBTEAMLOGGroupRemoveMemberType)Parameters
groupRemoveMember(groups) Removed team members from group
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_rename”.
Description of the “group_rename” tag state: (groups) Renamed group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRename: (nonnull DBTEAMLOGGroupRenameType *)groupRename;Swift
init(groupRename: DBTEAMLOGGroupRenameType)Parameters
groupRename(groups) Renamed group
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_lock_or_unlocked”.
Description of the “account_lock_or_unlocked” tag state: (logins) Unlocked/locked account after failed sign in attempts
Declaration
Objective-C
- (nonnull instancetype)initWithAccountLockOrUnlocked: (nonnull DBTEAMLOGAccountLockOrUnlockedType *)accountLockOrUnlocked;Swift
init(accountLockOrUnlocked: DBTEAMLOGAccountLockOrUnlockedType)Parameters
accountLockOrUnlocked(logins) Unlocked/locked account after failed sign in attempts
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_error”.
Description of the “emm_error” tag state: (logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’)
Declaration
Objective-C
- (nonnull instancetype)initWithEmmError: (nonnull DBTEAMLOGEmmErrorType *)emmError;Swift
init(emmError: DBTEAMLOGEmmErrorType)Parameters
emmError(logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “guest_admin_signed_in_via_trusted_teams”.
Description of the “guest_admin_signed_in_via_trusted_teams” tag state: (logins) Started trusted team admin session
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminSignedInViaTrustedTeams: (nonnull DBTEAMLOGGuestAdminSignedInViaTrustedTeamsType *) guestAdminSignedInViaTrustedTeams;Swift
init(guestAdminSignedInViaTrustedTeams: DBTEAMLOGGuestAdminSignedInViaTrustedTeamsType)Parameters
guestAdminSignedInViaTrustedTeams(logins) Started trusted team admin session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “guest_admin_signed_out_via_trusted_teams”.
Description of the “guest_admin_signed_out_via_trusted_teams” tag state: (logins) Ended trusted team admin session
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminSignedOutViaTrustedTeams: (nonnull DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsType *) guestAdminSignedOutViaTrustedTeams;Swift
init(guestAdminSignedOutViaTrustedTeams: DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsType)Parameters
guestAdminSignedOutViaTrustedTeams(logins) Ended trusted team admin session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “login_fail”.
Description of the “login_fail” tag state: (logins) Failed to sign in
Declaration
Objective-C
- (nonnull instancetype)initWithLoginFail: (nonnull DBTEAMLOGLoginFailType *)loginFail;Swift
init(loginFail: DBTEAMLOGLoginFailType)Parameters
loginFail(logins) Failed to sign in
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “login_success”.
Description of the “login_success” tag state: (logins) Signed in
Declaration
Objective-C
- (nonnull instancetype)initWithLoginSuccess: (nonnull DBTEAMLOGLoginSuccessType *)loginSuccess;Swift
init(loginSuccess: DBTEAMLOGLoginSuccessType)Parameters
loginSuccess(logins) Signed in
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “logout”.
Description of the “logout” tag state: (logins) Signed out
Declaration
Objective-C
- (nonnull instancetype)initWithLogout:(nonnull DBTEAMLOGLogoutType *)logout;Swift
init(logout: DBTEAMLOGLogoutType)Parameters
logout(logins) Signed out
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “reseller_support_session_end”.
Description of the “reseller_support_session_end” tag state: (logins) Ended reseller support session
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportSessionEnd: (nonnull DBTEAMLOGResellerSupportSessionEndType *)resellerSupportSessionEnd;Swift
init(resellerSupportSessionEnd: DBTEAMLOGResellerSupportSessionEndType)Parameters
resellerSupportSessionEnd(logins) Ended reseller support session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “reseller_support_session_start”.
Description of the “reseller_support_session_start” tag state: (logins) Started reseller support session
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportSessionStart: (nonnull DBTEAMLOGResellerSupportSessionStartType *) resellerSupportSessionStart;Swift
init(resellerSupportSessionStart: DBTEAMLOGResellerSupportSessionStartType)Parameters
resellerSupportSessionStart(logins) Started reseller support session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sign_in_as_session_end”.
Description of the “sign_in_as_session_end” tag state: (logins) Ended admin sign-in-as session
Declaration
Objective-C
- (nonnull instancetype)initWithSignInAsSessionEnd: (nonnull DBTEAMLOGSignInAsSessionEndType *)signInAsSessionEnd;Swift
init(signInAsSessionEnd: DBTEAMLOGSignInAsSessionEndType)Parameters
signInAsSessionEnd(logins) Ended admin sign-in-as session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sign_in_as_session_start”.
Description of the “sign_in_as_session_start” tag state: (logins) Started admin sign-in-as session
Declaration
Objective-C
- (nonnull instancetype)initWithSignInAsSessionStart: (nonnull DBTEAMLOGSignInAsSessionStartType *)signInAsSessionStart;Swift
init(signInAsSessionStart: DBTEAMLOGSignInAsSessionStartType)Parameters
signInAsSessionStart(logins) Started admin sign-in-as session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_error”.
Description of the “sso_error” tag state: (logins) Failed to sign in via SSO (deprecated, replaced by ‘Failed to sign in’)
Declaration
Objective-C
- (nonnull instancetype)initWithSsoError: (nonnull DBTEAMLOGSsoErrorType *)ssoError;Swift
init(ssoError: DBTEAMLOGSsoErrorType)Parameters
ssoError(logins) Failed to sign in via SSO (deprecated, replaced by ‘Failed to sign in’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “create_team_invite_link”.
Description of the “create_team_invite_link” tag state: (members) Created team invite link
Declaration
Objective-C
- (nonnull instancetype)initWithCreateTeamInviteLink: (nonnull DBTEAMLOGCreateTeamInviteLinkType *)createTeamInviteLink;Swift
init(createTeamInviteLink: DBTEAMLOGCreateTeamInviteLinkType)Parameters
createTeamInviteLink(members) Created team invite link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “delete_team_invite_link”.
Description of the “delete_team_invite_link” tag state: (members) Deleted team invite link
Declaration
Objective-C
- (nonnull instancetype)initWithDeleteTeamInviteLink: (nonnull DBTEAMLOGDeleteTeamInviteLinkType *)deleteTeamInviteLink;Swift
init(deleteTeamInviteLink: DBTEAMLOGDeleteTeamInviteLinkType)Parameters
deleteTeamInviteLink(members) Deleted team invite link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_add_external_id”.
Description of the “member_add_external_id” tag state: (members) Added an external ID for team member
Declaration
Objective-C
- (nonnull instancetype)initWithMemberAddExternalId: (nonnull DBTEAMLOGMemberAddExternalIdType *)memberAddExternalId;Swift
init(memberAddExternalId: DBTEAMLOGMemberAddExternalIdType)Parameters
memberAddExternalId(members) Added an external ID for team member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_add_name”.
Description of the “member_add_name” tag state: (members) Added team member name
Declaration
Objective-C
- (nonnull instancetype)initWithMemberAddName: (nonnull DBTEAMLOGMemberAddNameType *)memberAddName;Swift
init(memberAddName: DBTEAMLOGMemberAddNameType)Parameters
memberAddName(members) Added team member name
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_admin_role”.
Description of the “member_change_admin_role” tag state: (members) Changed team member admin role
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeAdminRole: (nonnull DBTEAMLOGMemberChangeAdminRoleType *)memberChangeAdminRole;Swift
init(memberChangeAdminRole: DBTEAMLOGMemberChangeAdminRoleType)Parameters
memberChangeAdminRole(members) Changed team member admin role
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_email”.
Description of the “member_change_email” tag state: (members) Changed team member email
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeEmail: (nonnull DBTEAMLOGMemberChangeEmailType *)memberChangeEmail;Swift
init(memberChangeEmail: DBTEAMLOGMemberChangeEmailType)Parameters
memberChangeEmail(members) Changed team member email
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_external_id”.
Description of the “member_change_external_id” tag state: (members) Changed the external ID for team member
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeExternalId: (nonnull DBTEAMLOGMemberChangeExternalIdType *)memberChangeExternalId;Swift
init(memberChangeExternalId: DBTEAMLOGMemberChangeExternalIdType)Parameters
memberChangeExternalId(members) Changed the external ID for team member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_membership_type”.
Description of the “member_change_membership_type” tag state: (members) Changed membership type (limited/full) of member (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeMembershipType: (nonnull DBTEAMLOGMemberChangeMembershipTypeType *) memberChangeMembershipType;Swift
init(memberChangeMembershipType: DBTEAMLOGMemberChangeMembershipTypeType)Parameters
memberChangeMembershipType(members) Changed membership type (limited/full) of member (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_name”.
Description of the “member_change_name” tag state: (members) Changed team member name
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeName: (nonnull DBTEAMLOGMemberChangeNameType *)memberChangeName;Swift
init(memberChangeName: DBTEAMLOGMemberChangeNameType)Parameters
memberChangeName(members) Changed team member name
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_reseller_role”.
Description of the “member_change_reseller_role” tag state: (members) Changed team member reseller role
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeResellerRole: (nonnull DBTEAMLOGMemberChangeResellerRoleType *)memberChangeResellerRole;Swift
init(memberChangeResellerRole: DBTEAMLOGMemberChangeResellerRoleType)Parameters
memberChangeResellerRole(members) Changed team member reseller role
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_change_status”.
Description of the “member_change_status” tag state: (members) Changed member status (invited, joined, suspended, etc.)
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeStatus: (nonnull DBTEAMLOGMemberChangeStatusType *)memberChangeStatus;Swift
init(memberChangeStatus: DBTEAMLOGMemberChangeStatusType)Parameters
memberChangeStatus(members) Changed member status (invited, joined, suspended, etc.)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_delete_manual_contacts”.
Description of the “member_delete_manual_contacts” tag state: (members) Cleared manually added contacts
Declaration
Objective-C
- (nonnull instancetype)initWithMemberDeleteManualContacts: (nonnull DBTEAMLOGMemberDeleteManualContactsType *) memberDeleteManualContacts;Swift
init(memberDeleteManualContacts: DBTEAMLOGMemberDeleteManualContactsType)Parameters
memberDeleteManualContacts(members) Cleared manually added contacts
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_delete_profile_photo”.
Description of the “member_delete_profile_photo” tag state: (members) Deleted team member profile photo
Declaration
Objective-C
- (nonnull instancetype)initWithMemberDeleteProfilePhoto: (nonnull DBTEAMLOGMemberDeleteProfilePhotoType *)memberDeleteProfilePhoto;Swift
init(memberDeleteProfilePhoto: DBTEAMLOGMemberDeleteProfilePhotoType)Parameters
memberDeleteProfilePhoto(members) Deleted team member profile photo
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_permanently_delete_account_contents”.
Description of the “member_permanently_delete_account_contents” tag state: (members) Permanently deleted contents of deleted team member account
Declaration
Objective-C
- (nonnull instancetype)initWithMemberPermanentlyDeleteAccountContents: (nonnull DBTEAMLOGMemberPermanentlyDeleteAccountContentsType *) memberPermanentlyDeleteAccountContents;Swift
init(memberPermanentlyDeleteAccountContents: DBTEAMLOGMemberPermanentlyDeleteAccountContentsType)Parameters
memberPermanentlyDeleteAccountContents(members) Permanently deleted contents of deleted team member account
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_remove_external_id”.
Description of the “member_remove_external_id” tag state: (members) Removed the external ID for team member
Declaration
Objective-C
- (nonnull instancetype)initWithMemberRemoveExternalId: (nonnull DBTEAMLOGMemberRemoveExternalIdType *)memberRemoveExternalId;Swift
init(memberRemoveExternalId: DBTEAMLOGMemberRemoveExternalIdType)Parameters
memberRemoveExternalId(members) Removed the external ID for team member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_set_profile_photo”.
Description of the “member_set_profile_photo” tag state: (members) Set team member profile photo
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSetProfilePhoto: (nonnull DBTEAMLOGMemberSetProfilePhotoType *)memberSetProfilePhoto;Swift
init(memberSetProfilePhoto: DBTEAMLOGMemberSetProfilePhotoType)Parameters
memberSetProfilePhoto(members) Set team member profile photo
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_add_custom_quota”.
Description of the “member_space_limits_add_custom_quota” tag state: (members) Set custom member space limit
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsAddCustomQuota: (nonnull DBTEAMLOGMemberSpaceLimitsAddCustomQuotaType *) memberSpaceLimitsAddCustomQuota;Swift
init(memberSpaceLimitsAddCustomQuota: DBTEAMLOGMemberSpaceLimitsAddCustomQuotaType)Parameters
memberSpaceLimitsAddCustomQuota(members) Set custom member space limit
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_change_custom_quota”.
Description of the “member_space_limits_change_custom_quota” tag state: (members) Changed custom member space limit
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeCustomQuota: (nonnull DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaType *) memberSpaceLimitsChangeCustomQuota;Swift
init(memberSpaceLimitsChangeCustomQuota: DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaType)Parameters
memberSpaceLimitsChangeCustomQuota(members) Changed custom member space limit
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_change_status”.
Description of the “member_space_limits_change_status” tag state: (members) Changed space limit status
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeStatus: (nonnull DBTEAMLOGMemberSpaceLimitsChangeStatusType *) memberSpaceLimitsChangeStatus;Swift
init(memberSpaceLimitsChangeStatus: DBTEAMLOGMemberSpaceLimitsChangeStatusType)Parameters
memberSpaceLimitsChangeStatus(members) Changed space limit status
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_remove_custom_quota”.
Description of the “member_space_limits_remove_custom_quota” tag state: (members) Removed custom member space limit
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsRemoveCustomQuota: (nonnull DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaType *) memberSpaceLimitsRemoveCustomQuota;Swift
init(memberSpaceLimitsRemoveCustomQuota: DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaType)Parameters
memberSpaceLimitsRemoveCustomQuota(members) Removed custom member space limit
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_suggest”.
Description of the “member_suggest” tag state: (members) Suggested person to add to team
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSuggest: (nonnull DBTEAMLOGMemberSuggestType *)memberSuggest;Swift
init(memberSuggest: DBTEAMLOGMemberSuggestType)Parameters
memberSuggest(members) Suggested person to add to team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_transfer_account_contents”.
Description of the “member_transfer_account_contents” tag state: (members) Transferred contents of deleted member account to another member
Declaration
Objective-C
- (nonnull instancetype)initWithMemberTransferAccountContents: (nonnull DBTEAMLOGMemberTransferAccountContentsType *) memberTransferAccountContents;Swift
init(memberTransferAccountContents: DBTEAMLOGMemberTransferAccountContentsType)Parameters
memberTransferAccountContents(members) Transferred contents of deleted member account to another member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “pending_secondary_email_added”.
Description of the “pending_secondary_email_added” tag state: (members) Added pending secondary email
Declaration
Objective-C
- (nonnull instancetype)initWithPendingSecondaryEmailAdded: (nonnull DBTEAMLOGPendingSecondaryEmailAddedType *) pendingSecondaryEmailAdded;Swift
init(pendingSecondaryEmailAdded: DBTEAMLOGPendingSecondaryEmailAddedType)Parameters
pendingSecondaryEmailAdded(members) Added pending secondary email
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “secondary_email_deleted”.
Description of the “secondary_email_deleted” tag state: (members) Deleted secondary email
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryEmailDeleted: (nonnull DBTEAMLOGSecondaryEmailDeletedType *)secondaryEmailDeleted;Swift
init(secondaryEmailDeleted: DBTEAMLOGSecondaryEmailDeletedType)Parameters
secondaryEmailDeleted(members) Deleted secondary email
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “secondary_email_verified”.
Description of the “secondary_email_verified” tag state: (members) Verified secondary email
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryEmailVerified: (nonnull DBTEAMLOGSecondaryEmailVerifiedType *)secondaryEmailVerified;Swift
init(secondaryEmailVerified: DBTEAMLOGSecondaryEmailVerifiedType)Parameters
secondaryEmailVerified(members) Verified secondary email
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “secondary_mails_policy_changed”.
Description of the “secondary_mails_policy_changed” tag state: (members) Secondary mails policy changed
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryMailsPolicyChanged: (nonnull DBTEAMLOGSecondaryMailsPolicyChangedType *) secondaryMailsPolicyChanged;Swift
init(secondaryMailsPolicyChanged: DBTEAMLOGSecondaryMailsPolicyChangedType)Parameters
secondaryMailsPolicyChanged(members) Secondary mails policy changed
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_add_page”.
Description of the “binder_add_page” tag state: (paper) Added Binder page (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderAddPage: (nonnull DBTEAMLOGBinderAddPageType *)binderAddPage;Swift
init(binderAddPage: DBTEAMLOGBinderAddPageType)Parameters
binderAddPage(paper) Added Binder page (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_add_section”.
Description of the “binder_add_section” tag state: (paper) Added Binder section (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderAddSection: (nonnull DBTEAMLOGBinderAddSectionType *)binderAddSection;Swift
init(binderAddSection: DBTEAMLOGBinderAddSectionType)Parameters
binderAddSection(paper) Added Binder section (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_remove_page”.
Description of the “binder_remove_page” tag state: (paper) Removed Binder page (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRemovePage: (nonnull DBTEAMLOGBinderRemovePageType *)binderRemovePage;Swift
init(binderRemovePage: DBTEAMLOGBinderRemovePageType)Parameters
binderRemovePage(paper) Removed Binder page (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_remove_section”.
Description of the “binder_remove_section” tag state: (paper) Removed Binder section (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRemoveSection: (nonnull DBTEAMLOGBinderRemoveSectionType *)binderRemoveSection;Swift
init(binderRemoveSection: DBTEAMLOGBinderRemoveSectionType)Parameters
binderRemoveSection(paper) Removed Binder section (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_rename_page”.
Description of the “binder_rename_page” tag state: (paper) Renamed Binder page (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRenamePage: (nonnull DBTEAMLOGBinderRenamePageType *)binderRenamePage;Swift
init(binderRenamePage: DBTEAMLOGBinderRenamePageType)Parameters
binderRenamePage(paper) Renamed Binder page (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_rename_section”.
Description of the “binder_rename_section” tag state: (paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRenameSection: (nonnull DBTEAMLOGBinderRenameSectionType *)binderRenameSection;Swift
init(binderRenameSection: DBTEAMLOGBinderRenameSectionType)Parameters
binderRenameSection(paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_reorder_page”.
Description of the “binder_reorder_page” tag state: (paper) Reordered Binder page (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderReorderPage: (nonnull DBTEAMLOGBinderReorderPageType *)binderReorderPage;Swift
init(binderReorderPage: DBTEAMLOGBinderReorderPageType)Parameters
binderReorderPage(paper) Reordered Binder page (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “binder_reorder_section”.
Description of the “binder_reorder_section” tag state: (paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderReorderSection: (nonnull DBTEAMLOGBinderReorderSectionType *)binderReorderSection;Swift
init(binderReorderSection: DBTEAMLOGBinderReorderSectionType)Parameters
binderReorderSection(paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_add_member”.
Description of the “paper_content_add_member” tag state: (paper) Added users and/or groups to Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentAddMember: (nonnull DBTEAMLOGPaperContentAddMemberType *)paperContentAddMember;Swift
init(paperContentAddMember: DBTEAMLOGPaperContentAddMemberType)Parameters
paperContentAddMember(paper) Added users and/or groups to Paper doc/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_add_to_folder”.
Description of the “paper_content_add_to_folder” tag state: (paper) Added Paper doc/folder to folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentAddToFolder: (nonnull DBTEAMLOGPaperContentAddToFolderType *)paperContentAddToFolder;Swift
init(paperContentAddToFolder: DBTEAMLOGPaperContentAddToFolderType)Parameters
paperContentAddToFolder(paper) Added Paper doc/folder to folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_archive”.
Description of the “paper_content_archive” tag state: (paper) Archived Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentArchive: (nonnull DBTEAMLOGPaperContentArchiveType *)paperContentArchive;Swift
init(paperContentArchive: DBTEAMLOGPaperContentArchiveType)Parameters
paperContentArchive(paper) Archived Paper doc/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_create”.
Description of the “paper_content_create” tag state: (paper) Created Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentCreate: (nonnull DBTEAMLOGPaperContentCreateType *)paperContentCreate;Swift
init(paperContentCreate: DBTEAMLOGPaperContentCreateType)Parameters
paperContentCreate(paper) Created Paper doc/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_permanently_delete”.
Description of the “paper_content_permanently_delete” tag state: (paper) Permanently deleted Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentPermanentlyDelete: (nonnull DBTEAMLOGPaperContentPermanentlyDeleteType *) paperContentPermanentlyDelete;Swift
init(paperContentPermanentlyDelete: DBTEAMLOGPaperContentPermanentlyDeleteType)Parameters
paperContentPermanentlyDelete(paper) Permanently deleted Paper doc/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_remove_from_folder”.
Description of the “paper_content_remove_from_folder” tag state: (paper) Removed Paper doc/folder from folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRemoveFromFolder: (nonnull DBTEAMLOGPaperContentRemoveFromFolderType *) paperContentRemoveFromFolder;Swift
init(paperContentRemoveFromFolder: DBTEAMLOGPaperContentRemoveFromFolderType)Parameters
paperContentRemoveFromFolder(paper) Removed Paper doc/folder from folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_remove_member”.
Description of the “paper_content_remove_member” tag state: (paper) Removed users and/or groups from Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRemoveMember: (nonnull DBTEAMLOGPaperContentRemoveMemberType *)paperContentRemoveMember;Swift
init(paperContentRemoveMember: DBTEAMLOGPaperContentRemoveMemberType)Parameters
paperContentRemoveMember(paper) Removed users and/or groups from Paper doc/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_rename”.
Description of the “paper_content_rename” tag state: (paper) Renamed Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRename: (nonnull DBTEAMLOGPaperContentRenameType *)paperContentRename;Swift
init(paperContentRename: DBTEAMLOGPaperContentRenameType)Parameters
paperContentRename(paper) Renamed Paper doc/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_content_restore”.
Description of the “paper_content_restore” tag state: (paper) Restored archived Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRestore: (nonnull DBTEAMLOGPaperContentRestoreType *)paperContentRestore;Swift
init(paperContentRestore: DBTEAMLOGPaperContentRestoreType)Parameters
paperContentRestore(paper) Restored archived Paper doc/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_add_comment”.
Description of the “paper_doc_add_comment” tag state: (paper) Added Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocAddComment: (nonnull DBTEAMLOGPaperDocAddCommentType *)paperDocAddComment;Swift
init(paperDocAddComment: DBTEAMLOGPaperDocAddCommentType)Parameters
paperDocAddComment(paper) Added Paper doc comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_change_member_role”.
Description of the “paper_doc_change_member_role” tag state: (paper) Changed member permissions for Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeMemberRole: (nonnull DBTEAMLOGPaperDocChangeMemberRoleType *)paperDocChangeMemberRole;Swift
init(paperDocChangeMemberRole: DBTEAMLOGPaperDocChangeMemberRoleType)Parameters
paperDocChangeMemberRole(paper) Changed member permissions for Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_change_sharing_policy”.
Description of the “paper_doc_change_sharing_policy” tag state: (paper) Changed sharing setting for Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeSharingPolicy: (nonnull DBTEAMLOGPaperDocChangeSharingPolicyType *) paperDocChangeSharingPolicy;Swift
init(paperDocChangeSharingPolicy: DBTEAMLOGPaperDocChangeSharingPolicyType)Parameters
paperDocChangeSharingPolicy(paper) Changed sharing setting for Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_change_subscription”.
Description of the “paper_doc_change_subscription” tag state: (paper) Followed/unfollowed Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeSubscription: (nonnull DBTEAMLOGPaperDocChangeSubscriptionType *) paperDocChangeSubscription;Swift
init(paperDocChangeSubscription: DBTEAMLOGPaperDocChangeSubscriptionType)Parameters
paperDocChangeSubscription(paper) Followed/unfollowed Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_deleted”.
Description of the “paper_doc_deleted” tag state: (paper) Archived Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDeleted: (nonnull DBTEAMLOGPaperDocDeletedType *)paperDocDeleted;Swift
init(paperDocDeleted: DBTEAMLOGPaperDocDeletedType)Parameters
paperDocDeleted(paper) Archived Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_delete_comment”.
Description of the “paper_doc_delete_comment” tag state: (paper) Deleted Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDeleteComment: (nonnull DBTEAMLOGPaperDocDeleteCommentType *)paperDocDeleteComment;Swift
init(paperDocDeleteComment: DBTEAMLOGPaperDocDeleteCommentType)Parameters
paperDocDeleteComment(paper) Deleted Paper doc comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_download”.
Description of the “paper_doc_download” tag state: (paper) Downloaded Paper doc in specific format
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDownload: (nonnull DBTEAMLOGPaperDocDownloadType *)paperDocDownload;Swift
init(paperDocDownload: DBTEAMLOGPaperDocDownloadType)Parameters
paperDocDownload(paper) Downloaded Paper doc in specific format
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_edit”.
Description of the “paper_doc_edit” tag state: (paper) Edited Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocEdit: (nonnull DBTEAMLOGPaperDocEditType *)paperDocEdit;Swift
init(paperDocEdit: DBTEAMLOGPaperDocEditType)Parameters
paperDocEdit(paper) Edited Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_edit_comment”.
Description of the “paper_doc_edit_comment” tag state: (paper) Edited Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocEditComment: (nonnull DBTEAMLOGPaperDocEditCommentType *)paperDocEditComment;Swift
init(paperDocEditComment: DBTEAMLOGPaperDocEditCommentType)Parameters
paperDocEditComment(paper) Edited Paper doc comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_followed”.
Description of the “paper_doc_followed” tag state: (paper) Followed Paper doc (deprecated, replaced by ‘Followed/unfollowed Paper doc’)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocFollowed: (nonnull DBTEAMLOGPaperDocFollowedType *)paperDocFollowed;Swift
init(paperDocFollowed: DBTEAMLOGPaperDocFollowedType)Parameters
paperDocFollowed(paper) Followed Paper doc (deprecated, replaced by ‘Followed/unfollowed Paper doc’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_mention”.
Description of the “paper_doc_mention” tag state: (paper) Mentioned user in Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocMention: (nonnull DBTEAMLOGPaperDocMentionType *)paperDocMention;Swift
init(paperDocMention: DBTEAMLOGPaperDocMentionType)Parameters
paperDocMention(paper) Mentioned user in Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_ownership_changed”.
Description of the “paper_doc_ownership_changed” tag state: (paper) Transferred ownership of Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocOwnershipChanged: (nonnull DBTEAMLOGPaperDocOwnershipChangedType *)paperDocOwnershipChanged;Swift
init(paperDocOwnershipChanged: DBTEAMLOGPaperDocOwnershipChangedType)Parameters
paperDocOwnershipChanged(paper) Transferred ownership of Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_request_access”.
Description of the “paper_doc_request_access” tag state: (paper) Requested access to Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocRequestAccess: (nonnull DBTEAMLOGPaperDocRequestAccessType *)paperDocRequestAccess;Swift
init(paperDocRequestAccess: DBTEAMLOGPaperDocRequestAccessType)Parameters
paperDocRequestAccess(paper) Requested access to Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_resolve_comment”.
Description of the “paper_doc_resolve_comment” tag state: (paper) Resolved Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocResolveComment: (nonnull DBTEAMLOGPaperDocResolveCommentType *)paperDocResolveComment;Swift
init(paperDocResolveComment: DBTEAMLOGPaperDocResolveCommentType)Parameters
paperDocResolveComment(paper) Resolved Paper doc comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_revert”.
Description of the “paper_doc_revert” tag state: (paper) Restored Paper doc to previous version
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocRevert: (nonnull DBTEAMLOGPaperDocRevertType *)paperDocRevert;Swift
init(paperDocRevert: DBTEAMLOGPaperDocRevertType)Parameters
paperDocRevert(paper) Restored Paper doc to previous version
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_slack_share”.
Description of the “paper_doc_slack_share” tag state: (paper) Shared Paper doc via Slack
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocSlackShare: (nonnull DBTEAMLOGPaperDocSlackShareType *)paperDocSlackShare;Swift
init(paperDocSlackShare: DBTEAMLOGPaperDocSlackShareType)Parameters
paperDocSlackShare(paper) Shared Paper doc via Slack
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_team_invite”.
Description of the “paper_doc_team_invite” tag state: (paper) Shared Paper doc with users and/or groups (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocTeamInvite: (nonnull DBTEAMLOGPaperDocTeamInviteType *)paperDocTeamInvite;Swift
init(paperDocTeamInvite: DBTEAMLOGPaperDocTeamInviteType)Parameters
paperDocTeamInvite(paper) Shared Paper doc with users and/or groups (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_trashed”.
Description of the “paper_doc_trashed” tag state: (paper) Deleted Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocTrashed: (nonnull DBTEAMLOGPaperDocTrashedType *)paperDocTrashed;Swift
init(paperDocTrashed: DBTEAMLOGPaperDocTrashedType)Parameters
paperDocTrashed(paper) Deleted Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_unresolve_comment”.
Description of the “paper_doc_unresolve_comment” tag state: (paper) Unresolved Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocUnresolveComment: (nonnull DBTEAMLOGPaperDocUnresolveCommentType *)paperDocUnresolveComment;Swift
init(paperDocUnresolveComment: DBTEAMLOGPaperDocUnresolveCommentType)Parameters
paperDocUnresolveComment(paper) Unresolved Paper doc comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_untrashed”.
Description of the “paper_doc_untrashed” tag state: (paper) Restored Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocUntrashed: (nonnull DBTEAMLOGPaperDocUntrashedType *)paperDocUntrashed;Swift
init(paperDocUntrashed: DBTEAMLOGPaperDocUntrashedType)Parameters
paperDocUntrashed(paper) Restored Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_doc_view”.
Description of the “paper_doc_view” tag state: (paper) Viewed Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocView: (nonnull DBTEAMLOGPaperDocViewType *)paperDocView;Swift
init(paperDocView: DBTEAMLOGPaperDocViewType)Parameters
paperDocView(paper) Viewed Paper doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_external_view_allow”.
Description of the “paper_external_view_allow” tag state: (paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewAllow: (nonnull DBTEAMLOGPaperExternalViewAllowType *)paperExternalViewAllow;Swift
init(paperExternalViewAllow: DBTEAMLOGPaperExternalViewAllowType)Parameters
paperExternalViewAllow(paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_external_view_default_team”.
Description of the “paper_external_view_default_team” tag state: (paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewDefaultTeam: (nonnull DBTEAMLOGPaperExternalViewDefaultTeamType *) paperExternalViewDefaultTeam;Swift
init(paperExternalViewDefaultTeam: DBTEAMLOGPaperExternalViewDefaultTeamType)Parameters
paperExternalViewDefaultTeam(paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_external_view_forbid”.
Description of the “paper_external_view_forbid” tag state: (paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewForbid: (nonnull DBTEAMLOGPaperExternalViewForbidType *)paperExternalViewForbid;Swift
init(paperExternalViewForbid: DBTEAMLOGPaperExternalViewForbidType)Parameters
paperExternalViewForbid(paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_folder_change_subscription”.
Description of the “paper_folder_change_subscription” tag state: (paper) Followed/unfollowed Paper folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderChangeSubscription: (nonnull DBTEAMLOGPaperFolderChangeSubscriptionType *) paperFolderChangeSubscription;Swift
init(paperFolderChangeSubscription: DBTEAMLOGPaperFolderChangeSubscriptionType)Parameters
paperFolderChangeSubscription(paper) Followed/unfollowed Paper folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_folder_deleted”.
Description of the “paper_folder_deleted” tag state: (paper) Archived Paper folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderDeleted: (nonnull DBTEAMLOGPaperFolderDeletedType *)paperFolderDeleted;Swift
init(paperFolderDeleted: DBTEAMLOGPaperFolderDeletedType)Parameters
paperFolderDeleted(paper) Archived Paper folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_folder_followed”.
Description of the “paper_folder_followed” tag state: (paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderFollowed: (nonnull DBTEAMLOGPaperFolderFollowedType *)paperFolderFollowed;Swift
init(paperFolderFollowed: DBTEAMLOGPaperFolderFollowedType)Parameters
paperFolderFollowed(paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_folder_team_invite”.
Description of the “paper_folder_team_invite” tag state: (paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderTeamInvite: (nonnull DBTEAMLOGPaperFolderTeamInviteType *)paperFolderTeamInvite;Swift
init(paperFolderTeamInvite: DBTEAMLOGPaperFolderTeamInviteType)Parameters
paperFolderTeamInvite(paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_published_link_change_permission”.
Description of the “paper_published_link_change_permission” tag state: (paper) Changed permissions for published doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkChangePermission: (nonnull DBTEAMLOGPaperPublishedLinkChangePermissionType *) paperPublishedLinkChangePermission;Swift
init(paperPublishedLinkChangePermission: DBTEAMLOGPaperPublishedLinkChangePermissionType)Parameters
paperPublishedLinkChangePermission(paper) Changed permissions for published doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_published_link_create”.
Description of the “paper_published_link_create” tag state: (paper) Published doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkCreate: (nonnull DBTEAMLOGPaperPublishedLinkCreateType *)paperPublishedLinkCreate;Swift
init(paperPublishedLinkCreate: DBTEAMLOGPaperPublishedLinkCreateType)Parameters
paperPublishedLinkCreate(paper) Published doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_published_link_disabled”.
Description of the “paper_published_link_disabled” tag state: (paper) Unpublished doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkDisabled: (nonnull DBTEAMLOGPaperPublishedLinkDisabledType *) paperPublishedLinkDisabled;Swift
init(paperPublishedLinkDisabled: DBTEAMLOGPaperPublishedLinkDisabledType)Parameters
paperPublishedLinkDisabled(paper) Unpublished doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_published_link_view”.
Description of the “paper_published_link_view” tag state: (paper) Viewed published doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkView: (nonnull DBTEAMLOGPaperPublishedLinkViewType *)paperPublishedLinkView;Swift
init(paperPublishedLinkView: DBTEAMLOGPaperPublishedLinkViewType)Parameters
paperPublishedLinkView(paper) Viewed published doc
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “password_change”.
Description of the “password_change” tag state: (passwords) Changed password
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordChange: (nonnull DBTEAMLOGPasswordChangeType *)passwordChange;Swift
init(passwordChange: DBTEAMLOGPasswordChangeType)Parameters
passwordChange(passwords) Changed password
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “password_reset”.
Description of the “password_reset” tag state: (passwords) Reset password
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordReset: (nonnull DBTEAMLOGPasswordResetType *)passwordReset;Swift
init(passwordReset: DBTEAMLOGPasswordResetType)Parameters
passwordReset(passwords) Reset password
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “password_reset_all”.
Description of the “password_reset_all” tag state: (passwords) Reset all team member passwords
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordResetAll: (nonnull DBTEAMLOGPasswordResetAllType *)passwordResetAll;Swift
init(passwordResetAll: DBTEAMLOGPasswordResetAllType)Parameters
passwordResetAll(passwords) Reset all team member passwords
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “classification_create_report”.
Description of the “classification_create_report” tag state: (reports) Created Classification report
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationCreateReport: (nonnull DBTEAMLOGClassificationCreateReportType *) classificationCreateReport;Swift
init(classificationCreateReport: DBTEAMLOGClassificationCreateReportType)Parameters
classificationCreateReport(reports) Created Classification report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “classification_create_report_fail”.
Description of the “classification_create_report_fail” tag state: (reports) Couldn’t create Classification report
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationCreateReportFail: (nonnull DBTEAMLOGClassificationCreateReportFailType *) classificationCreateReportFail;Swift
init(classificationCreateReportFail: DBTEAMLOGClassificationCreateReportFailType)Parameters
classificationCreateReportFail(reports) Couldn’t create Classification report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_create_exceptions_report”.
Description of the “emm_create_exceptions_report” tag state: (reports) Created EMM-excluded users report
Declaration
Objective-C
- (nonnull instancetype)initWithEmmCreateExceptionsReport: (nonnull DBTEAMLOGEmmCreateExceptionsReportType *)emmCreateExceptionsReport;Swift
init(emmCreateExceptionsReport: DBTEAMLOGEmmCreateExceptionsReportType)Parameters
emmCreateExceptionsReport(reports) Created EMM-excluded users report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_create_usage_report”.
Description of the “emm_create_usage_report” tag state: (reports) Created EMM mobile app usage report
Declaration
Objective-C
- (nonnull instancetype)initWithEmmCreateUsageReport: (nonnull DBTEAMLOGEmmCreateUsageReportType *)emmCreateUsageReport;Swift
init(emmCreateUsageReport: DBTEAMLOGEmmCreateUsageReportType)Parameters
emmCreateUsageReport(reports) Created EMM mobile app usage report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “export_members_report”.
Description of the “export_members_report” tag state: (reports) Created member data report
Declaration
Objective-C
- (nonnull instancetype)initWithExportMembersReport: (nonnull DBTEAMLOGExportMembersReportType *)exportMembersReport;Swift
init(exportMembersReport: DBTEAMLOGExportMembersReportType)Parameters
exportMembersReport(reports) Created member data report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “export_members_report_fail”.
Description of the “export_members_report_fail” tag state: (reports) Failed to create members data report
Declaration
Objective-C
- (nonnull instancetype)initWithExportMembersReportFail: (nonnull DBTEAMLOGExportMembersReportFailType *)exportMembersReportFail;Swift
init(exportMembersReportFail: DBTEAMLOGExportMembersReportFailType)Parameters
exportMembersReportFail(reports) Failed to create members data report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_sharing_create_report”.
Description of the “external_sharing_create_report” tag state: (reports) Created External sharing report
Declaration
Objective-C
- (nonnull instancetype)initWithExternalSharingCreateReport: (nonnull DBTEAMLOGExternalSharingCreateReportType *) externalSharingCreateReport;Swift
init(externalSharingCreateReport: DBTEAMLOGExternalSharingCreateReportType)Parameters
externalSharingCreateReport(reports) Created External sharing report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_sharing_report_failed”.
Description of the “external_sharing_report_failed” tag state: (reports) Couldn’t create External sharing report
Declaration
Objective-C
- (nonnull instancetype)initWithExternalSharingReportFailed: (nonnull DBTEAMLOGExternalSharingReportFailedType *) externalSharingReportFailed;Swift
init(externalSharingReportFailed: DBTEAMLOGExternalSharingReportFailedType)Parameters
externalSharingReportFailed(reports) Couldn’t create External sharing report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_expiration_link_gen_create_report”.
Description of the “no_expiration_link_gen_create_report” tag state: (reports) Report created: Links created with no expiration
Declaration
Objective-C
- (nonnull instancetype)initWithNoExpirationLinkGenCreateReport: (nonnull DBTEAMLOGNoExpirationLinkGenCreateReportType *) noExpirationLinkGenCreateReport;Swift
init(noExpirationLinkGenCreateReport: DBTEAMLOGNoExpirationLinkGenCreateReportType)Parameters
noExpirationLinkGenCreateReport(reports) Report created: Links created with no expiration
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_expiration_link_gen_report_failed”.
Description of the “no_expiration_link_gen_report_failed” tag state: (reports) Couldn’t create report: Links created with no expiration
Declaration
Objective-C
- (nonnull instancetype)initWithNoExpirationLinkGenReportFailed: (nonnull DBTEAMLOGNoExpirationLinkGenReportFailedType *) noExpirationLinkGenReportFailed;Swift
init(noExpirationLinkGenReportFailed: DBTEAMLOGNoExpirationLinkGenReportFailedType)Parameters
noExpirationLinkGenReportFailed(reports) Couldn’t create report: Links created with no expiration
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_password_link_gen_create_report”.
Description of the “no_password_link_gen_create_report” tag state: (reports) Report created: Links created without passwords
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkGenCreateReport: (nonnull DBTEAMLOGNoPasswordLinkGenCreateReportType *) noPasswordLinkGenCreateReport;Swift
init(noPasswordLinkGenCreateReport: DBTEAMLOGNoPasswordLinkGenCreateReportType)Parameters
noPasswordLinkGenCreateReport(reports) Report created: Links created without passwords
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_password_link_gen_report_failed”.
Description of the “no_password_link_gen_report_failed” tag state: (reports) Couldn’t create report: Links created without passwords
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkGenReportFailed: (nonnull DBTEAMLOGNoPasswordLinkGenReportFailedType *) noPasswordLinkGenReportFailed;Swift
init(noPasswordLinkGenReportFailed: DBTEAMLOGNoPasswordLinkGenReportFailedType)Parameters
noPasswordLinkGenReportFailed(reports) Couldn’t create report: Links created without passwords
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_password_link_view_create_report”.
Description of the “no_password_link_view_create_report” tag state: (reports) Report created: Views of links without passwords
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkViewCreateReport: (nonnull DBTEAMLOGNoPasswordLinkViewCreateReportType *) noPasswordLinkViewCreateReport;Swift
init(noPasswordLinkViewCreateReport: DBTEAMLOGNoPasswordLinkViewCreateReportType)Parameters
noPasswordLinkViewCreateReport(reports) Report created: Views of links without passwords
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “no_password_link_view_report_failed”.
Description of the “no_password_link_view_report_failed” tag state: (reports) Couldn’t create report: Views of links without passwords
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkViewReportFailed: (nonnull DBTEAMLOGNoPasswordLinkViewReportFailedType *) noPasswordLinkViewReportFailed;Swift
init(noPasswordLinkViewReportFailed: DBTEAMLOGNoPasswordLinkViewReportFailedType)Parameters
noPasswordLinkViewReportFailed(reports) Couldn’t create report: Views of links without passwords
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “outdated_link_view_create_report”.
Description of the “outdated_link_view_create_report” tag state: (reports) Report created: Views of old links
Declaration
Objective-C
- (nonnull instancetype)initWithOutdatedLinkViewCreateReport: (nonnull DBTEAMLOGOutdatedLinkViewCreateReportType *) outdatedLinkViewCreateReport;Swift
init(outdatedLinkViewCreateReport: DBTEAMLOGOutdatedLinkViewCreateReportType)Parameters
outdatedLinkViewCreateReport(reports) Report created: Views of old links
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “outdated_link_view_report_failed”.
Description of the “outdated_link_view_report_failed” tag state: (reports) Couldn’t create report: Views of old links
Declaration
Objective-C
- (nonnull instancetype)initWithOutdatedLinkViewReportFailed: (nonnull DBTEAMLOGOutdatedLinkViewReportFailedType *) outdatedLinkViewReportFailed;Swift
init(outdatedLinkViewReportFailed: DBTEAMLOGOutdatedLinkViewReportFailedType)Parameters
outdatedLinkViewReportFailed(reports) Couldn’t create report: Views of old links
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_admin_export_start”.
Description of the “paper_admin_export_start” tag state: (reports) Exported all team Paper docs
Declaration
Objective-C
- (nonnull instancetype)initWithPaperAdminExportStart: (nonnull DBTEAMLOGPaperAdminExportStartType *)paperAdminExportStart;Swift
init(paperAdminExportStart: DBTEAMLOGPaperAdminExportStartType)Parameters
paperAdminExportStart(reports) Exported all team Paper docs
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smart_sync_create_admin_privilege_report”.
Description of the “smart_sync_create_admin_privilege_report” tag state: (reports) Created Smart Sync non-admin devices report
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncCreateAdminPrivilegeReport: (nonnull DBTEAMLOGSmartSyncCreateAdminPrivilegeReportType *) smartSyncCreateAdminPrivilegeReport;Swift
init(smartSyncCreateAdminPrivilegeReport: DBTEAMLOGSmartSyncCreateAdminPrivilegeReportType)Parameters
smartSyncCreateAdminPrivilegeReport(reports) Created Smart Sync non-admin devices report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_activity_create_report”.
Description of the “team_activity_create_report” tag state: (reports) Created team activity report
Declaration
Objective-C
- (nonnull instancetype)initWithTeamActivityCreateReport: (nonnull DBTEAMLOGTeamActivityCreateReportType *)teamActivityCreateReport;Swift
init(teamActivityCreateReport: DBTEAMLOGTeamActivityCreateReportType)Parameters
teamActivityCreateReport(reports) Created team activity report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_activity_create_report_fail”.
Description of the “team_activity_create_report_fail” tag state: (reports) Couldn’t generate team activity report
Declaration
Objective-C
- (nonnull instancetype)initWithTeamActivityCreateReportFail: (nonnull DBTEAMLOGTeamActivityCreateReportFailType *) teamActivityCreateReportFail;Swift
init(teamActivityCreateReportFail: DBTEAMLOGTeamActivityCreateReportFailType)Parameters
teamActivityCreateReportFail(reports) Couldn’t generate team activity report
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “collection_share”.
Description of the “collection_share” tag state: (sharing) Shared album
Declaration
Objective-C
- (nonnull instancetype)initWithCollectionShare: (nonnull DBTEAMLOGCollectionShareType *)collectionShare;Swift
init(collectionShare: DBTEAMLOGCollectionShareType)Parameters
collectionShare(sharing) Shared album
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_file_add”.
Description of the “file_transfers_file_add” tag state: (sharing) Transfer files added
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersFileAdd: (nonnull DBTEAMLOGFileTransfersFileAddType *)fileTransfersFileAdd;Swift
init(fileTransfersFileAdd: DBTEAMLOGFileTransfersFileAddType)Parameters
fileTransfersFileAdd(sharing) Transfer files added
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_transfer_delete”.
Description of the “file_transfers_transfer_delete” tag state: (sharing) Deleted transfer
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferDelete: (nonnull DBTEAMLOGFileTransfersTransferDeleteType *) fileTransfersTransferDelete;Swift
init(fileTransfersTransferDelete: DBTEAMLOGFileTransfersTransferDeleteType)Parameters
fileTransfersTransferDelete(sharing) Deleted transfer
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_transfer_download”.
Description of the “file_transfers_transfer_download” tag state: (sharing) Transfer downloaded
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferDownload: (nonnull DBTEAMLOGFileTransfersTransferDownloadType *) fileTransfersTransferDownload;Swift
init(fileTransfersTransferDownload: DBTEAMLOGFileTransfersTransferDownloadType)Parameters
fileTransfersTransferDownload(sharing) Transfer downloaded
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_transfer_send”.
Description of the “file_transfers_transfer_send” tag state: (sharing) Sent transfer
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferSend: (nonnull DBTEAMLOGFileTransfersTransferSendType *)fileTransfersTransferSend;Swift
init(fileTransfersTransferSend: DBTEAMLOGFileTransfersTransferSendType)Parameters
fileTransfersTransferSend(sharing) Sent transfer
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_transfer_view”.
Description of the “file_transfers_transfer_view” tag state: (sharing) Viewed transfer
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferView: (nonnull DBTEAMLOGFileTransfersTransferViewType *)fileTransfersTransferView;Swift
init(fileTransfersTransferView: DBTEAMLOGFileTransfersTransferViewType)Parameters
fileTransfersTransferView(sharing) Viewed transfer
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_acl_invite_only”.
Description of the “note_acl_invite_only” tag state: (sharing) Changed Paper doc to invite-only (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclInviteOnly: (nonnull DBTEAMLOGNoteAclInviteOnlyType *)noteAclInviteOnly;Swift
init(noteAclInviteOnly: DBTEAMLOGNoteAclInviteOnlyType)Parameters
noteAclInviteOnly(sharing) Changed Paper doc to invite-only (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_acl_link”.
Description of the “note_acl_link” tag state: (sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclLink: (nonnull DBTEAMLOGNoteAclLinkType *)noteAclLink;Swift
init(noteAclLink: DBTEAMLOGNoteAclLinkType)Parameters
noteAclLink(sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_acl_team_link”.
Description of the “note_acl_team_link” tag state: (sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclTeamLink: (nonnull DBTEAMLOGNoteAclTeamLinkType *)noteAclTeamLink;Swift
init(noteAclTeamLink: DBTEAMLOGNoteAclTeamLinkType)Parameters
noteAclTeamLink(sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_shared”.
Description of the “note_shared” tag state: (sharing) Shared Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteShared: (nonnull DBTEAMLOGNoteSharedType *)noteShared;Swift
init(noteShared: DBTEAMLOGNoteSharedType)Parameters
noteShared(sharing) Shared Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “note_share_receive”.
Description of the “note_share_receive” tag state: (sharing) Shared received Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteShareReceive: (nonnull DBTEAMLOGNoteShareReceiveType *)noteShareReceive;Swift
init(noteShareReceive: DBTEAMLOGNoteShareReceiveType)Parameters
noteShareReceive(sharing) Shared received Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “open_note_shared”.
Description of the “open_note_shared” tag state: (sharing) Opened shared Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithOpenNoteShared: (nonnull DBTEAMLOGOpenNoteSharedType *)openNoteShared;Swift
init(openNoteShared: DBTEAMLOGOpenNoteSharedType)Parameters
openNoteShared(sharing) Opened shared Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_add_group”.
Description of the “sf_add_group” tag state: (sharing) Added team to shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfAddGroup: (nonnull DBTEAMLOGSfAddGroupType *)sfAddGroup;Swift
init(sfAddGroup: DBTEAMLOGSfAddGroupType)Parameters
sfAddGroup(sharing) Added team to shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_allow_non_members_to_view_shared_links”.
Description of the “sf_allow_non_members_to_view_shared_links” tag state: (sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfAllowNonMembersToViewSharedLinks: (nonnull DBTEAMLOGSfAllowNonMembersToViewSharedLinksType *) sfAllowNonMembersToViewSharedLinks;Swift
init(sfAllowNonMembersToViewSharedLinks: DBTEAMLOGSfAllowNonMembersToViewSharedLinksType)Parameters
sfAllowNonMembersToViewSharedLinks(sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_external_invite_warn”.
Description of the “sf_external_invite_warn” tag state: (sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfExternalInviteWarn: (nonnull DBTEAMLOGSfExternalInviteWarnType *)sfExternalInviteWarn;Swift
init(sfExternalInviteWarn: DBTEAMLOGSfExternalInviteWarnType)Parameters
sfExternalInviteWarn(sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_fb_invite”.
Description of the “sf_fb_invite” tag state: (sharing) Invited Facebook users to shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbInvite: (nonnull DBTEAMLOGSfFbInviteType *)sfFbInvite;Swift
init(sfFbInvite: DBTEAMLOGSfFbInviteType)Parameters
sfFbInvite(sharing) Invited Facebook users to shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_fb_invite_change_role”.
Description of the “sf_fb_invite_change_role” tag state: (sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbInviteChangeRole: (nonnull DBTEAMLOGSfFbInviteChangeRoleType *)sfFbInviteChangeRole;Swift
init(sfFbInviteChangeRole: DBTEAMLOGSfFbInviteChangeRoleType)Parameters
sfFbInviteChangeRole(sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_fb_uninvite”.
Description of the “sf_fb_uninvite” tag state: (sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbUninvite: (nonnull DBTEAMLOGSfFbUninviteType *)sfFbUninvite;Swift
init(sfFbUninvite: DBTEAMLOGSfFbUninviteType)Parameters
sfFbUninvite(sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_invite_group”.
Description of the “sf_invite_group” tag state: (sharing) Invited group to shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfInviteGroup: (nonnull DBTEAMLOGSfInviteGroupType *)sfInviteGroup;Swift
init(sfInviteGroup: DBTEAMLOGSfInviteGroupType)Parameters
sfInviteGroup(sharing) Invited group to shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_grant_access”.
Description of the “sf_team_grant_access” tag state: (sharing) Granted access to shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamGrantAccess: (nonnull DBTEAMLOGSfTeamGrantAccessType *)sfTeamGrantAccess;Swift
init(sfTeamGrantAccess: DBTEAMLOGSfTeamGrantAccessType)Parameters
sfTeamGrantAccess(sharing) Granted access to shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_invite”.
Description of the “sf_team_invite” tag state: (sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamInvite: (nonnull DBTEAMLOGSfTeamInviteType *)sfTeamInvite;Swift
init(sfTeamInvite: DBTEAMLOGSfTeamInviteType)Parameters
sfTeamInvite(sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_invite_change_role”.
Description of the “sf_team_invite_change_role” tag state: (sharing) Changed team member’s role in shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamInviteChangeRole: (nonnull DBTEAMLOGSfTeamInviteChangeRoleType *)sfTeamInviteChangeRole;Swift
init(sfTeamInviteChangeRole: DBTEAMLOGSfTeamInviteChangeRoleType)Parameters
sfTeamInviteChangeRole(sharing) Changed team member’s role in shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_join”.
Description of the “sf_team_join” tag state: (sharing) Joined team member’s shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamJoin: (nonnull DBTEAMLOGSfTeamJoinType *)sfTeamJoin;Swift
init(sfTeamJoin: DBTEAMLOGSfTeamJoinType)Parameters
sfTeamJoin(sharing) Joined team member’s shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_join_from_oob_link”.
Description of the “sf_team_join_from_oob_link” tag state: (sharing) Joined team member’s shared folder from link (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamJoinFromOobLink: (nonnull DBTEAMLOGSfTeamJoinFromOobLinkType *)sfTeamJoinFromOobLink;Swift
init(sfTeamJoinFromOobLink: DBTEAMLOGSfTeamJoinFromOobLinkType)Parameters
sfTeamJoinFromOobLink(sharing) Joined team member’s shared folder from link (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sf_team_uninvite”.
Description of the “sf_team_uninvite” tag state: (sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamUninvite: (nonnull DBTEAMLOGSfTeamUninviteType *)sfTeamUninvite;Swift
init(sfTeamUninvite: DBTEAMLOGSfTeamUninviteType)Parameters
sfTeamUninvite(sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_add_invitees”.
Description of the “shared_content_add_invitees” tag state: (sharing) Invited user to Dropbox and added them to shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddInvitees: (nonnull DBTEAMLOGSharedContentAddInviteesType *)sharedContentAddInvitees;Swift
init(sharedContentAddInvitees: DBTEAMLOGSharedContentAddInviteesType)Parameters
sharedContentAddInvitees(sharing) Invited user to Dropbox and added them to shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_add_link_expiry”.
Description of the “shared_content_add_link_expiry” tag state: (sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddLinkExpiry: (nonnull DBTEAMLOGSharedContentAddLinkExpiryType *) sharedContentAddLinkExpiry;Swift
init(sharedContentAddLinkExpiry: DBTEAMLOGSharedContentAddLinkExpiryType)Parameters
sharedContentAddLinkExpiry(sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_add_link_password”.
Description of the “shared_content_add_link_password” tag state: (sharing) Added password to link for shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddLinkPassword: (nonnull DBTEAMLOGSharedContentAddLinkPasswordType *) sharedContentAddLinkPassword;Swift
init(sharedContentAddLinkPassword: DBTEAMLOGSharedContentAddLinkPasswordType)Parameters
sharedContentAddLinkPassword(sharing) Added password to link for shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_add_member”.
Description of the “shared_content_add_member” tag state: (sharing) Added users and/or groups to shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddMember: (nonnull DBTEAMLOGSharedContentAddMemberType *)sharedContentAddMember;Swift
init(sharedContentAddMember: DBTEAMLOGSharedContentAddMemberType)Parameters
sharedContentAddMember(sharing) Added users and/or groups to shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_downloads_policy”.
Description of the “shared_content_change_downloads_policy” tag state: (sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeDownloadsPolicy: (nonnull DBTEAMLOGSharedContentChangeDownloadsPolicyType *) sharedContentChangeDownloadsPolicy;Swift
init(sharedContentChangeDownloadsPolicy: DBTEAMLOGSharedContentChangeDownloadsPolicyType)Parameters
sharedContentChangeDownloadsPolicy(sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_invitee_role”.
Description of the “shared_content_change_invitee_role” tag state: (sharing) Changed access type of invitee to shared file/folder before invite was accepted
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeInviteeRole: (nonnull DBTEAMLOGSharedContentChangeInviteeRoleType *) sharedContentChangeInviteeRole;Swift
init(sharedContentChangeInviteeRole: DBTEAMLOGSharedContentChangeInviteeRoleType)Parameters
sharedContentChangeInviteeRole(sharing) Changed access type of invitee to shared file/folder before invite was accepted
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_link_audience”.
Description of the “shared_content_change_link_audience” tag state: (sharing) Changed link audience of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkAudience: (nonnull DBTEAMLOGSharedContentChangeLinkAudienceType *) sharedContentChangeLinkAudience;Swift
init(sharedContentChangeLinkAudience: DBTEAMLOGSharedContentChangeLinkAudienceType)Parameters
sharedContentChangeLinkAudience(sharing) Changed link audience of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_link_expiry”.
Description of the “shared_content_change_link_expiry” tag state: (sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkExpiry: (nonnull DBTEAMLOGSharedContentChangeLinkExpiryType *) sharedContentChangeLinkExpiry;Swift
init(sharedContentChangeLinkExpiry: DBTEAMLOGSharedContentChangeLinkExpiryType)Parameters
sharedContentChangeLinkExpiry(sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_link_password”.
Description of the “shared_content_change_link_password” tag state: (sharing) Changed link password of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkPassword: (nonnull DBTEAMLOGSharedContentChangeLinkPasswordType *) sharedContentChangeLinkPassword;Swift
init(sharedContentChangeLinkPassword: DBTEAMLOGSharedContentChangeLinkPasswordType)Parameters
sharedContentChangeLinkPassword(sharing) Changed link password of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_member_role”.
Description of the “shared_content_change_member_role” tag state: (sharing) Changed access type of shared file/folder member
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeMemberRole: (nonnull DBTEAMLOGSharedContentChangeMemberRoleType *) sharedContentChangeMemberRole;Swift
init(sharedContentChangeMemberRole: DBTEAMLOGSharedContentChangeMemberRoleType)Parameters
sharedContentChangeMemberRole(sharing) Changed access type of shared file/folder member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_change_viewer_info_policy”.
Description of the “shared_content_change_viewer_info_policy” tag state: (sharing) Changed whether members can see who viewed shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeViewerInfoPolicy: (nonnull DBTEAMLOGSharedContentChangeViewerInfoPolicyType *) sharedContentChangeViewerInfoPolicy;Swift
init(sharedContentChangeViewerInfoPolicy: DBTEAMLOGSharedContentChangeViewerInfoPolicyType)Parameters
sharedContentChangeViewerInfoPolicy(sharing) Changed whether members can see who viewed shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_claim_invitation”.
Description of the “shared_content_claim_invitation” tag state: (sharing) Acquired membership of shared file/folder by accepting invite
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentClaimInvitation: (nonnull DBTEAMLOGSharedContentClaimInvitationType *) sharedContentClaimInvitation;Swift
init(sharedContentClaimInvitation: DBTEAMLOGSharedContentClaimInvitationType)Parameters
sharedContentClaimInvitation(sharing) Acquired membership of shared file/folder by accepting invite
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_copy”.
Description of the “shared_content_copy” tag state: (sharing) Copied shared file/folder to own Dropbox
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentCopy: (nonnull DBTEAMLOGSharedContentCopyType *)sharedContentCopy;Swift
init(sharedContentCopy: DBTEAMLOGSharedContentCopyType)Parameters
sharedContentCopy(sharing) Copied shared file/folder to own Dropbox
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_download”.
Description of the “shared_content_download” tag state: (sharing) Downloaded shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentDownload: (nonnull DBTEAMLOGSharedContentDownloadType *)sharedContentDownload;Swift
init(sharedContentDownload: DBTEAMLOGSharedContentDownloadType)Parameters
sharedContentDownload(sharing) Downloaded shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_relinquish_membership”.
Description of the “shared_content_relinquish_membership” tag state: (sharing) Left shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRelinquishMembership: (nonnull DBTEAMLOGSharedContentRelinquishMembershipType *) sharedContentRelinquishMembership;Swift
init(sharedContentRelinquishMembership: DBTEAMLOGSharedContentRelinquishMembershipType)Parameters
sharedContentRelinquishMembership(sharing) Left shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_remove_invitees”.
Description of the “shared_content_remove_invitees” tag state: (sharing) Removed invitee from shared file/folder before invite was accepted
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveInvitees: (nonnull DBTEAMLOGSharedContentRemoveInviteesType *) sharedContentRemoveInvitees;Swift
init(sharedContentRemoveInvitees: DBTEAMLOGSharedContentRemoveInviteesType)Parameters
sharedContentRemoveInvitees(sharing) Removed invitee from shared file/folder before invite was accepted
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_remove_link_expiry”.
Description of the “shared_content_remove_link_expiry” tag state: (sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveLinkExpiry: (nonnull DBTEAMLOGSharedContentRemoveLinkExpiryType *) sharedContentRemoveLinkExpiry;Swift
init(sharedContentRemoveLinkExpiry: DBTEAMLOGSharedContentRemoveLinkExpiryType)Parameters
sharedContentRemoveLinkExpiry(sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_remove_link_password”.
Description of the “shared_content_remove_link_password” tag state: (sharing) Removed link password of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveLinkPassword: (nonnull DBTEAMLOGSharedContentRemoveLinkPasswordType *) sharedContentRemoveLinkPassword;Swift
init(sharedContentRemoveLinkPassword: DBTEAMLOGSharedContentRemoveLinkPasswordType)Parameters
sharedContentRemoveLinkPassword(sharing) Removed link password of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_remove_member”.
Description of the “shared_content_remove_member” tag state: (sharing) Removed user/group from shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveMember: (nonnull DBTEAMLOGSharedContentRemoveMemberType *)sharedContentRemoveMember;Swift
init(sharedContentRemoveMember: DBTEAMLOGSharedContentRemoveMemberType)Parameters
sharedContentRemoveMember(sharing) Removed user/group from shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_request_access”.
Description of the “shared_content_request_access” tag state: (sharing) Requested access to shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRequestAccess: (nonnull DBTEAMLOGSharedContentRequestAccessType *) sharedContentRequestAccess;Swift
init(sharedContentRequestAccess: DBTEAMLOGSharedContentRequestAccessType)Parameters
sharedContentRequestAccess(sharing) Requested access to shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_restore_invitees”.
Description of the “shared_content_restore_invitees” tag state: (sharing) Restored shared file/folder invitees
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRestoreInvitees: (nonnull DBTEAMLOGSharedContentRestoreInviteesType *) sharedContentRestoreInvitees;Swift
init(sharedContentRestoreInvitees: DBTEAMLOGSharedContentRestoreInviteesType)Parameters
sharedContentRestoreInvitees(sharing) Restored shared file/folder invitees
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_restore_member”.
Description of the “shared_content_restore_member” tag state: (sharing) Restored users and/or groups to membership of shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRestoreMember: (nonnull DBTEAMLOGSharedContentRestoreMemberType *) sharedContentRestoreMember;Swift
init(sharedContentRestoreMember: DBTEAMLOGSharedContentRestoreMemberType)Parameters
sharedContentRestoreMember(sharing) Restored users and/or groups to membership of shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_unshare”.
Description of the “shared_content_unshare” tag state: (sharing) Unshared file/folder by clearing membership
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentUnshare: (nonnull DBTEAMLOGSharedContentUnshareType *)sharedContentUnshare;Swift
init(sharedContentUnshare: DBTEAMLOGSharedContentUnshareType)Parameters
sharedContentUnshare(sharing) Unshared file/folder by clearing membership
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_content_view”.
Description of the “shared_content_view” tag state: (sharing) Previewed shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentView: (nonnull DBTEAMLOGSharedContentViewType *)sharedContentView;Swift
init(sharedContentView: DBTEAMLOGSharedContentViewType)Parameters
sharedContentView(sharing) Previewed shared file/folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_change_link_policy”.
Description of the “shared_folder_change_link_policy” tag state: (sharing) Changed who can access shared folder via link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeLinkPolicy: (nonnull DBTEAMLOGSharedFolderChangeLinkPolicyType *) sharedFolderChangeLinkPolicy;Swift
init(sharedFolderChangeLinkPolicy: DBTEAMLOGSharedFolderChangeLinkPolicyType)Parameters
sharedFolderChangeLinkPolicy(sharing) Changed who can access shared folder via link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_change_members_inheritance_policy”.
Description of the “shared_folder_change_members_inheritance_policy” tag state: (sharing) Changed whether shared folder inherits members from parent folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeMembersInheritancePolicy: (nonnull DBTEAMLOGSharedFolderChangeMembersInheritancePolicyType *) sharedFolderChangeMembersInheritancePolicy;Swift
init(sharedFolderChangeMembersInheritancePolicy: DBTEAMLOGSharedFolderChangeMembersInheritancePolicyType)Parameters
sharedFolderChangeMembersInheritancePolicy(sharing) Changed whether shared folder inherits members from parent folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_change_members_management_policy”.
Description of the “shared_folder_change_members_management_policy” tag state: (sharing) Changed who can add/remove members of shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeMembersManagementPolicy: (nonnull DBTEAMLOGSharedFolderChangeMembersManagementPolicyType *) sharedFolderChangeMembersManagementPolicy;Swift
init(sharedFolderChangeMembersManagementPolicy: DBTEAMLOGSharedFolderChangeMembersManagementPolicyType)Parameters
sharedFolderChangeMembersManagementPolicy(sharing) Changed who can add/remove members of shared folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_change_members_policy”.
Description of the “shared_folder_change_members_policy” tag state: (sharing) Changed who can become member of shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeMembersPolicy: (nonnull DBTEAMLOGSharedFolderChangeMembersPolicyType *) sharedFolderChangeMembersPolicy;Swift
init(sharedFolderChangeMembersPolicy: DBTEAMLOGSharedFolderChangeMembersPolicyType)Parameters
sharedFolderChangeMembersPolicy(sharing) Changed who can become member of shared folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_create”.
Description of the “shared_folder_create” tag state: (sharing) Created shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderCreate: (nonnull DBTEAMLOGSharedFolderCreateType *)sharedFolderCreate;Swift
init(sharedFolderCreate: DBTEAMLOGSharedFolderCreateType)Parameters
sharedFolderCreate(sharing) Created shared folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_decline_invitation”.
Description of the “shared_folder_decline_invitation” tag state: (sharing) Declined team member’s invite to shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderDeclineInvitation: (nonnull DBTEAMLOGSharedFolderDeclineInvitationType *) sharedFolderDeclineInvitation;Swift
init(sharedFolderDeclineInvitation: DBTEAMLOGSharedFolderDeclineInvitationType)Parameters
sharedFolderDeclineInvitation(sharing) Declined team member’s invite to shared folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_mount”.
Description of the “shared_folder_mount” tag state: (sharing) Added shared folder to own Dropbox
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderMount: (nonnull DBTEAMLOGSharedFolderMountType *)sharedFolderMount;Swift
init(sharedFolderMount: DBTEAMLOGSharedFolderMountType)Parameters
sharedFolderMount(sharing) Added shared folder to own Dropbox
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_nest”.
Description of the “shared_folder_nest” tag state: (sharing) Changed parent of shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderNest: (nonnull DBTEAMLOGSharedFolderNestType *)sharedFolderNest;Swift
init(sharedFolderNest: DBTEAMLOGSharedFolderNestType)Parameters
sharedFolderNest(sharing) Changed parent of shared folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_transfer_ownership”.
Description of the “shared_folder_transfer_ownership” tag state: (sharing) Transferred ownership of shared folder to another member
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderTransferOwnership: (nonnull DBTEAMLOGSharedFolderTransferOwnershipType *) sharedFolderTransferOwnership;Swift
init(sharedFolderTransferOwnership: DBTEAMLOGSharedFolderTransferOwnershipType)Parameters
sharedFolderTransferOwnership(sharing) Transferred ownership of shared folder to another member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_folder_unmount”.
Description of the “shared_folder_unmount” tag state: (sharing) Deleted shared folder from Dropbox
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderUnmount: (nonnull DBTEAMLOGSharedFolderUnmountType *)sharedFolderUnmount;Swift
init(sharedFolderUnmount: DBTEAMLOGSharedFolderUnmountType)Parameters
sharedFolderUnmount(sharing) Deleted shared folder from Dropbox
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_add_expiry”.
Description of the “shared_link_add_expiry” tag state: (sharing) Added shared link expiration date
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkAddExpiry: (nonnull DBTEAMLOGSharedLinkAddExpiryType *)sharedLinkAddExpiry;Swift
init(sharedLinkAddExpiry: DBTEAMLOGSharedLinkAddExpiryType)Parameters
sharedLinkAddExpiry(sharing) Added shared link expiration date
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_change_expiry”.
Description of the “shared_link_change_expiry” tag state: (sharing) Changed shared link expiration date
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkChangeExpiry: (nonnull DBTEAMLOGSharedLinkChangeExpiryType *)sharedLinkChangeExpiry;Swift
init(sharedLinkChangeExpiry: DBTEAMLOGSharedLinkChangeExpiryType)Parameters
sharedLinkChangeExpiry(sharing) Changed shared link expiration date
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_change_visibility”.
Description of the “shared_link_change_visibility” tag state: (sharing) Changed visibility of shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkChangeVisibility: (nonnull DBTEAMLOGSharedLinkChangeVisibilityType *) sharedLinkChangeVisibility;Swift
init(sharedLinkChangeVisibility: DBTEAMLOGSharedLinkChangeVisibilityType)Parameters
sharedLinkChangeVisibility(sharing) Changed visibility of shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_copy”.
Description of the “shared_link_copy” tag state: (sharing) Added file/folder to Dropbox from shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkCopy: (nonnull DBTEAMLOGSharedLinkCopyType *)sharedLinkCopy;Swift
init(sharedLinkCopy: DBTEAMLOGSharedLinkCopyType)Parameters
sharedLinkCopy(sharing) Added file/folder to Dropbox from shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_create”.
Description of the “shared_link_create” tag state: (sharing) Created shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkCreate: (nonnull DBTEAMLOGSharedLinkCreateType *)sharedLinkCreate;Swift
init(sharedLinkCreate: DBTEAMLOGSharedLinkCreateType)Parameters
sharedLinkCreate(sharing) Created shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_disable”.
Description of the “shared_link_disable” tag state: (sharing) Removed shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkDisable: (nonnull DBTEAMLOGSharedLinkDisableType *)sharedLinkDisable;Swift
init(sharedLinkDisable: DBTEAMLOGSharedLinkDisableType)Parameters
sharedLinkDisable(sharing) Removed shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_download”.
Description of the “shared_link_download” tag state: (sharing) Downloaded file/folder from shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkDownload: (nonnull DBTEAMLOGSharedLinkDownloadType *)sharedLinkDownload;Swift
init(sharedLinkDownload: DBTEAMLOGSharedLinkDownloadType)Parameters
sharedLinkDownload(sharing) Downloaded file/folder from shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_remove_expiry”.
Description of the “shared_link_remove_expiry” tag state: (sharing) Removed shared link expiration date
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkRemoveExpiry: (nonnull DBTEAMLOGSharedLinkRemoveExpiryType *)sharedLinkRemoveExpiry;Swift
init(sharedLinkRemoveExpiry: DBTEAMLOGSharedLinkRemoveExpiryType)Parameters
sharedLinkRemoveExpiry(sharing) Removed shared link expiration date
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_add_expiration”.
Description of the “shared_link_settings_add_expiration” tag state: (sharing) Added an expiration date to the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAddExpiration: (nonnull DBTEAMLOGSharedLinkSettingsAddExpirationType *) sharedLinkSettingsAddExpiration;Swift
init(sharedLinkSettingsAddExpiration: DBTEAMLOGSharedLinkSettingsAddExpirationType)Parameters
sharedLinkSettingsAddExpiration(sharing) Added an expiration date to the shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_add_password”.
Description of the “shared_link_settings_add_password” tag state: (sharing) Added a password to the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAddPassword: (nonnull DBTEAMLOGSharedLinkSettingsAddPasswordType *) sharedLinkSettingsAddPassword;Swift
init(sharedLinkSettingsAddPassword: DBTEAMLOGSharedLinkSettingsAddPasswordType)Parameters
sharedLinkSettingsAddPassword(sharing) Added a password to the shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_allow_download_disabled”.
Description of the “shared_link_settings_allow_download_disabled” tag state: (sharing) Disabled downloads
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAllowDownloadDisabled: (nonnull DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledType *) sharedLinkSettingsAllowDownloadDisabled;Swift
init(sharedLinkSettingsAllowDownloadDisabled: DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledType)Parameters
sharedLinkSettingsAllowDownloadDisabled(sharing) Disabled downloads
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_allow_download_enabled”.
Description of the “shared_link_settings_allow_download_enabled” tag state: (sharing) Enabled downloads
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAllowDownloadEnabled: (nonnull DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledType *) sharedLinkSettingsAllowDownloadEnabled;Swift
init(sharedLinkSettingsAllowDownloadEnabled: DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledType)Parameters
sharedLinkSettingsAllowDownloadEnabled(sharing) Enabled downloads
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_change_audience”.
Description of the “shared_link_settings_change_audience” tag state: (sharing) Changed the audience of the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangeAudience: (nonnull DBTEAMLOGSharedLinkSettingsChangeAudienceType *) sharedLinkSettingsChangeAudience;Swift
init(sharedLinkSettingsChangeAudience: DBTEAMLOGSharedLinkSettingsChangeAudienceType)Parameters
sharedLinkSettingsChangeAudience(sharing) Changed the audience of the shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_change_expiration”.
Description of the “shared_link_settings_change_expiration” tag state: (sharing) Changed the expiration date of the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangeExpiration: (nonnull DBTEAMLOGSharedLinkSettingsChangeExpirationType *) sharedLinkSettingsChangeExpiration;Swift
init(sharedLinkSettingsChangeExpiration: DBTEAMLOGSharedLinkSettingsChangeExpirationType)Parameters
sharedLinkSettingsChangeExpiration(sharing) Changed the expiration date of the shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_change_password”.
Description of the “shared_link_settings_change_password” tag state: (sharing) Changed the password of the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangePassword: (nonnull DBTEAMLOGSharedLinkSettingsChangePasswordType *) sharedLinkSettingsChangePassword;Swift
init(sharedLinkSettingsChangePassword: DBTEAMLOGSharedLinkSettingsChangePasswordType)Parameters
sharedLinkSettingsChangePassword(sharing) Changed the password of the shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_remove_expiration”.
Description of the “shared_link_settings_remove_expiration” tag state: (sharing) Removed the expiration date from the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsRemoveExpiration: (nonnull DBTEAMLOGSharedLinkSettingsRemoveExpirationType *) sharedLinkSettingsRemoveExpiration;Swift
init(sharedLinkSettingsRemoveExpiration: DBTEAMLOGSharedLinkSettingsRemoveExpirationType)Parameters
sharedLinkSettingsRemoveExpiration(sharing) Removed the expiration date from the shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_settings_remove_password”.
Description of the “shared_link_settings_remove_password” tag state: (sharing) Removed the password from the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsRemovePassword: (nonnull DBTEAMLOGSharedLinkSettingsRemovePasswordType *) sharedLinkSettingsRemovePassword;Swift
init(sharedLinkSettingsRemovePassword: DBTEAMLOGSharedLinkSettingsRemovePasswordType)Parameters
sharedLinkSettingsRemovePassword(sharing) Removed the password from the shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_share”.
Description of the “shared_link_share” tag state: (sharing) Added members as audience of shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkShare: (nonnull DBTEAMLOGSharedLinkShareType *)sharedLinkShare;Swift
init(sharedLinkShare: DBTEAMLOGSharedLinkShareType)Parameters
sharedLinkShare(sharing) Added members as audience of shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_link_view”.
Description of the “shared_link_view” tag state: (sharing) Opened shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkView: (nonnull DBTEAMLOGSharedLinkViewType *)sharedLinkView;Swift
init(sharedLinkView: DBTEAMLOGSharedLinkViewType)Parameters
sharedLinkView(sharing) Opened shared link
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shared_note_opened”.
Description of the “shared_note_opened” tag state: (sharing) Opened shared Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedNoteOpened: (nonnull DBTEAMLOGSharedNoteOpenedType *)sharedNoteOpened;Swift
init(sharedNoteOpened: DBTEAMLOGSharedNoteOpenedType)Parameters
sharedNoteOpened(sharing) Opened shared Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shmodel_disable_downloads”.
Description of the “shmodel_disable_downloads” tag state: (sharing) Disabled downloads for link (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelDisableDownloads: (nonnull DBTEAMLOGShmodelDisableDownloadsType *)shmodelDisableDownloads;Swift
init(shmodelDisableDownloads: DBTEAMLOGShmodelDisableDownloadsType)Parameters
shmodelDisableDownloads(sharing) Disabled downloads for link (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shmodel_enable_downloads”.
Description of the “shmodel_enable_downloads” tag state: (sharing) Enabled downloads for link (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelEnableDownloads: (nonnull DBTEAMLOGShmodelEnableDownloadsType *)shmodelEnableDownloads;Swift
init(shmodelEnableDownloads: DBTEAMLOGShmodelEnableDownloadsType)Parameters
shmodelEnableDownloads(sharing) Enabled downloads for link (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “shmodel_group_share”.
Description of the “shmodel_group_share” tag state: (sharing) Shared link with group (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelGroupShare: (nonnull DBTEAMLOGShmodelGroupShareType *)shmodelGroupShare;Swift
init(shmodelGroupShare: DBTEAMLOGShmodelGroupShareType)Parameters
shmodelGroupShare(sharing) Shared link with group (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_access_granted”.
Description of the “showcase_access_granted” tag state: (showcase) Granted access to showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseAccessGranted: (nonnull DBTEAMLOGShowcaseAccessGrantedType *)showcaseAccessGranted;Swift
init(showcaseAccessGranted: DBTEAMLOGShowcaseAccessGrantedType)Parameters
showcaseAccessGranted(showcase) Granted access to showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_add_member”.
Description of the “showcase_add_member” tag state: (showcase) Added member to showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseAddMember: (nonnull DBTEAMLOGShowcaseAddMemberType *)showcaseAddMember;Swift
init(showcaseAddMember: DBTEAMLOGShowcaseAddMemberType)Parameters
showcaseAddMember(showcase) Added member to showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_archived”.
Description of the “showcase_archived” tag state: (showcase) Archived showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseArchived: (nonnull DBTEAMLOGShowcaseArchivedType *)showcaseArchived;Swift
init(showcaseArchived: DBTEAMLOGShowcaseArchivedType)Parameters
showcaseArchived(showcase) Archived showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_created”.
Description of the “showcase_created” tag state: (showcase) Created showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseCreated: (nonnull DBTEAMLOGShowcaseCreatedType *)showcaseCreated;Swift
init(showcaseCreated: DBTEAMLOGShowcaseCreatedType)Parameters
showcaseCreated(showcase) Created showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_delete_comment”.
Description of the “showcase_delete_comment” tag state: (showcase) Deleted showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseDeleteComment: (nonnull DBTEAMLOGShowcaseDeleteCommentType *)showcaseDeleteComment;Swift
init(showcaseDeleteComment: DBTEAMLOGShowcaseDeleteCommentType)Parameters
showcaseDeleteComment(showcase) Deleted showcase comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_edited”.
Description of the “showcase_edited” tag state: (showcase) Edited showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseEdited: (nonnull DBTEAMLOGShowcaseEditedType *)showcaseEdited;Swift
init(showcaseEdited: DBTEAMLOGShowcaseEditedType)Parameters
showcaseEdited(showcase) Edited showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_edit_comment”.
Description of the “showcase_edit_comment” tag state: (showcase) Edited showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseEditComment: (nonnull DBTEAMLOGShowcaseEditCommentType *)showcaseEditComment;Swift
init(showcaseEditComment: DBTEAMLOGShowcaseEditCommentType)Parameters
showcaseEditComment(showcase) Edited showcase comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_file_added”.
Description of the “showcase_file_added” tag state: (showcase) Added file to showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileAdded: (nonnull DBTEAMLOGShowcaseFileAddedType *)showcaseFileAdded;Swift
init(showcaseFileAdded: DBTEAMLOGShowcaseFileAddedType)Parameters
showcaseFileAdded(showcase) Added file to showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_file_download”.
Description of the “showcase_file_download” tag state: (showcase) Downloaded file from showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileDownload: (nonnull DBTEAMLOGShowcaseFileDownloadType *)showcaseFileDownload;Swift
init(showcaseFileDownload: DBTEAMLOGShowcaseFileDownloadType)Parameters
showcaseFileDownload(showcase) Downloaded file from showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_file_removed”.
Description of the “showcase_file_removed” tag state: (showcase) Removed file from showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileRemoved: (nonnull DBTEAMLOGShowcaseFileRemovedType *)showcaseFileRemoved;Swift
init(showcaseFileRemoved: DBTEAMLOGShowcaseFileRemovedType)Parameters
showcaseFileRemoved(showcase) Removed file from showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_file_view”.
Description of the “showcase_file_view” tag state: (showcase) Viewed file in showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileView: (nonnull DBTEAMLOGShowcaseFileViewType *)showcaseFileView;Swift
init(showcaseFileView: DBTEAMLOGShowcaseFileViewType)Parameters
showcaseFileView(showcase) Viewed file in showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_permanently_deleted”.
Description of the “showcase_permanently_deleted” tag state: (showcase) Permanently deleted showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcasePermanentlyDeleted: (nonnull DBTEAMLOGShowcasePermanentlyDeletedType *) showcasePermanentlyDeleted;Swift
init(showcasePermanentlyDeleted: DBTEAMLOGShowcasePermanentlyDeletedType)Parameters
showcasePermanentlyDeleted(showcase) Permanently deleted showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_post_comment”.
Description of the “showcase_post_comment” tag state: (showcase) Added showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcasePostComment: (nonnull DBTEAMLOGShowcasePostCommentType *)showcasePostComment;Swift
init(showcasePostComment: DBTEAMLOGShowcasePostCommentType)Parameters
showcasePostComment(showcase) Added showcase comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_remove_member”.
Description of the “showcase_remove_member” tag state: (showcase) Removed member from showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRemoveMember: (nonnull DBTEAMLOGShowcaseRemoveMemberType *)showcaseRemoveMember;Swift
init(showcaseRemoveMember: DBTEAMLOGShowcaseRemoveMemberType)Parameters
showcaseRemoveMember(showcase) Removed member from showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_renamed”.
Description of the “showcase_renamed” tag state: (showcase) Renamed showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRenamed: (nonnull DBTEAMLOGShowcaseRenamedType *)showcaseRenamed;Swift
init(showcaseRenamed: DBTEAMLOGShowcaseRenamedType)Parameters
showcaseRenamed(showcase) Renamed showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_request_access”.
Description of the “showcase_request_access” tag state: (showcase) Requested access to showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRequestAccess: (nonnull DBTEAMLOGShowcaseRequestAccessType *)showcaseRequestAccess;Swift
init(showcaseRequestAccess: DBTEAMLOGShowcaseRequestAccessType)Parameters
showcaseRequestAccess(showcase) Requested access to showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_resolve_comment”.
Description of the “showcase_resolve_comment” tag state: (showcase) Resolved showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseResolveComment: (nonnull DBTEAMLOGShowcaseResolveCommentType *)showcaseResolveComment;Swift
init(showcaseResolveComment: DBTEAMLOGShowcaseResolveCommentType)Parameters
showcaseResolveComment(showcase) Resolved showcase comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_restored”.
Description of the “showcase_restored” tag state: (showcase) Unarchived showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRestored: (nonnull DBTEAMLOGShowcaseRestoredType *)showcaseRestored;Swift
init(showcaseRestored: DBTEAMLOGShowcaseRestoredType)Parameters
showcaseRestored(showcase) Unarchived showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_trashed”.
Description of the “showcase_trashed” tag state: (showcase) Deleted showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseTrashed: (nonnull DBTEAMLOGShowcaseTrashedType *)showcaseTrashed;Swift
init(showcaseTrashed: DBTEAMLOGShowcaseTrashedType)Parameters
showcaseTrashed(showcase) Deleted showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_trashed_deprecated”.
Description of the “showcase_trashed_deprecated” tag state: (showcase) Deleted showcase (old version) (deprecated, replaced by ‘Deleted showcase’)
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseTrashedDeprecated: (nonnull DBTEAMLOGShowcaseTrashedDeprecatedType *)showcaseTrashedDeprecated;Swift
init(showcaseTrashedDeprecated: DBTEAMLOGShowcaseTrashedDeprecatedType)Parameters
showcaseTrashedDeprecated(showcase) Deleted showcase (old version) (deprecated, replaced by ‘Deleted showcase’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_unresolve_comment”.
Description of the “showcase_unresolve_comment” tag state: (showcase) Unresolved showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUnresolveComment: (nonnull DBTEAMLOGShowcaseUnresolveCommentType *)showcaseUnresolveComment;Swift
init(showcaseUnresolveComment: DBTEAMLOGShowcaseUnresolveCommentType)Parameters
showcaseUnresolveComment(showcase) Unresolved showcase comment
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_untrashed”.
Description of the “showcase_untrashed” tag state: (showcase) Restored showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUntrashed: (nonnull DBTEAMLOGShowcaseUntrashedType *)showcaseUntrashed;Swift
init(showcaseUntrashed: DBTEAMLOGShowcaseUntrashedType)Parameters
showcaseUntrashed(showcase) Restored showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_untrashed_deprecated”.
Description of the “showcase_untrashed_deprecated” tag state: (showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’)
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUntrashedDeprecated: (nonnull DBTEAMLOGShowcaseUntrashedDeprecatedType *) showcaseUntrashedDeprecated;Swift
init(showcaseUntrashedDeprecated: DBTEAMLOGShowcaseUntrashedDeprecatedType)Parameters
showcaseUntrashedDeprecated(showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_view”.
Description of the “showcase_view” tag state: (showcase) Viewed showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseView: (nonnull DBTEAMLOGShowcaseViewType *)showcaseView;Swift
init(showcaseView: DBTEAMLOGShowcaseViewType)Parameters
showcaseView(showcase) Viewed showcase
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_add_cert”.
Description of the “sso_add_cert” tag state: (sso) Added X.509 certificate for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddCert: (nonnull DBTEAMLOGSsoAddCertType *)ssoAddCert;Swift
init(ssoAddCert: DBTEAMLOGSsoAddCertType)Parameters
ssoAddCert(sso) Added X.509 certificate for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_add_login_url”.
Description of the “sso_add_login_url” tag state: (sso) Added sign-in URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddLoginUrl: (nonnull DBTEAMLOGSsoAddLoginUrlType *)ssoAddLoginUrl;Swift
init(ssoAddLoginUrl: DBTEAMLOGSsoAddLoginUrlType)Parameters
ssoAddLoginUrl(sso) Added sign-in URL for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_add_logout_url”.
Description of the “sso_add_logout_url” tag state: (sso) Added sign-out URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddLogoutUrl: (nonnull DBTEAMLOGSsoAddLogoutUrlType *)ssoAddLogoutUrl;Swift
init(ssoAddLogoutUrl: DBTEAMLOGSsoAddLogoutUrlType)Parameters
ssoAddLogoutUrl(sso) Added sign-out URL for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_cert”.
Description of the “sso_change_cert” tag state: (sso) Changed X.509 certificate for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeCert: (nonnull DBTEAMLOGSsoChangeCertType *)ssoChangeCert;Swift
init(ssoChangeCert: DBTEAMLOGSsoChangeCertType)Parameters
ssoChangeCert(sso) Changed X.509 certificate for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_login_url”.
Description of the “sso_change_login_url” tag state: (sso) Changed sign-in URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeLoginUrl: (nonnull DBTEAMLOGSsoChangeLoginUrlType *)ssoChangeLoginUrl;Swift
init(ssoChangeLoginUrl: DBTEAMLOGSsoChangeLoginUrlType)Parameters
ssoChangeLoginUrl(sso) Changed sign-in URL for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_logout_url”.
Description of the “sso_change_logout_url” tag state: (sso) Changed sign-out URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeLogoutUrl: (nonnull DBTEAMLOGSsoChangeLogoutUrlType *)ssoChangeLogoutUrl;Swift
init(ssoChangeLogoutUrl: DBTEAMLOGSsoChangeLogoutUrlType)Parameters
ssoChangeLogoutUrl(sso) Changed sign-out URL for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_saml_identity_mode”.
Description of the “sso_change_saml_identity_mode” tag state: (sso) Changed SAML identity mode for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeSamlIdentityMode: (nonnull DBTEAMLOGSsoChangeSamlIdentityModeType *)ssoChangeSamlIdentityMode;Swift
init(ssoChangeSamlIdentityMode: DBTEAMLOGSsoChangeSamlIdentityModeType)Parameters
ssoChangeSamlIdentityMode(sso) Changed SAML identity mode for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_remove_cert”.
Description of the “sso_remove_cert” tag state: (sso) Removed X.509 certificate for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveCert: (nonnull DBTEAMLOGSsoRemoveCertType *)ssoRemoveCert;Swift
init(ssoRemoveCert: DBTEAMLOGSsoRemoveCertType)Parameters
ssoRemoveCert(sso) Removed X.509 certificate for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_remove_login_url”.
Description of the “sso_remove_login_url” tag state: (sso) Removed sign-in URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveLoginUrl: (nonnull DBTEAMLOGSsoRemoveLoginUrlType *)ssoRemoveLoginUrl;Swift
init(ssoRemoveLoginUrl: DBTEAMLOGSsoRemoveLoginUrlType)Parameters
ssoRemoveLoginUrl(sso) Removed sign-in URL for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_remove_logout_url”.
Description of the “sso_remove_logout_url” tag state: (sso) Removed sign-out URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveLogoutUrl: (nonnull DBTEAMLOGSsoRemoveLogoutUrlType *)ssoRemoveLogoutUrl;Swift
init(ssoRemoveLogoutUrl: DBTEAMLOGSsoRemoveLogoutUrlType)Parameters
ssoRemoveLogoutUrl(sso) Removed sign-out URL for SSO
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_change_status”.
Description of the “team_folder_change_status” tag state: (team_folders) Changed archival status of team folder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderChangeStatus: (nonnull DBTEAMLOGTeamFolderChangeStatusType *)teamFolderChangeStatus;Swift
init(teamFolderChangeStatus: DBTEAMLOGTeamFolderChangeStatusType)Parameters
teamFolderChangeStatus(team_folders) Changed archival status of team folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_create”.
Description of the “team_folder_create” tag state: (team_folders) Created team folder in active status
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderCreate: (nonnull DBTEAMLOGTeamFolderCreateType *)teamFolderCreate;Swift
init(teamFolderCreate: DBTEAMLOGTeamFolderCreateType)Parameters
teamFolderCreate(team_folders) Created team folder in active status
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_downgrade”.
Description of the “team_folder_downgrade” tag state: (team_folders) Downgraded team folder to regular shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderDowngrade: (nonnull DBTEAMLOGTeamFolderDowngradeType *)teamFolderDowngrade;Swift
init(teamFolderDowngrade: DBTEAMLOGTeamFolderDowngradeType)Parameters
teamFolderDowngrade(team_folders) Downgraded team folder to regular shared folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_permanently_delete”.
Description of the “team_folder_permanently_delete” tag state: (team_folders) Permanently deleted archived team folder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderPermanentlyDelete: (nonnull DBTEAMLOGTeamFolderPermanentlyDeleteType *) teamFolderPermanentlyDelete;Swift
init(teamFolderPermanentlyDelete: DBTEAMLOGTeamFolderPermanentlyDeleteType)Parameters
teamFolderPermanentlyDelete(team_folders) Permanently deleted archived team folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_folder_rename”.
Description of the “team_folder_rename” tag state: (team_folders) Renamed active/archived team folder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderRename: (nonnull DBTEAMLOGTeamFolderRenameType *)teamFolderRename;Swift
init(teamFolderRename: DBTEAMLOGTeamFolderRenameType)Parameters
teamFolderRename(team_folders) Renamed active/archived team folder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_selective_sync_settings_changed”.
Description of the “team_selective_sync_settings_changed” tag state: (team_folders) Changed sync default
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSelectiveSyncSettingsChanged: (nonnull DBTEAMLOGTeamSelectiveSyncSettingsChangedType *) teamSelectiveSyncSettingsChanged;Swift
init(teamSelectiveSyncSettingsChanged: DBTEAMLOGTeamSelectiveSyncSettingsChangedType)Parameters
teamSelectiveSyncSettingsChanged(team_folders) Changed sync default
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “account_capture_change_policy”.
Description of the “account_capture_change_policy” tag state: (team_policies) Changed account capture setting on team domain
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureChangePolicy: (nonnull DBTEAMLOGAccountCaptureChangePolicyType *) accountCaptureChangePolicy;Swift
init(accountCaptureChangePolicy: DBTEAMLOGAccountCaptureChangePolicyType)Parameters
accountCaptureChangePolicy(team_policies) Changed account capture setting on team domain
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “admin_email_reminders_changed”.
Description of the “admin_email_reminders_changed” tag state: (team_policies) Changed admin reminder settings for requests to join the team
Declaration
Objective-C
- (nonnull instancetype)initWithAdminEmailRemindersChanged: (nonnull DBTEAMLOGAdminEmailRemindersChangedType *) adminEmailRemindersChanged;Swift
init(adminEmailRemindersChanged: DBTEAMLOGAdminEmailRemindersChangedType)Parameters
adminEmailRemindersChanged(team_policies) Changed admin reminder settings for requests to join the team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “allow_download_disabled”.
Description of the “allow_download_disabled” tag state: (team_policies) Disabled downloads (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithAllowDownloadDisabled: (nonnull DBTEAMLOGAllowDownloadDisabledType *)allowDownloadDisabled;Swift
init(allowDownloadDisabled: DBTEAMLOGAllowDownloadDisabledType)Parameters
allowDownloadDisabled(team_policies) Disabled downloads (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “allow_download_enabled”.
Description of the “allow_download_enabled” tag state: (team_policies) Enabled downloads (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithAllowDownloadEnabled: (nonnull DBTEAMLOGAllowDownloadEnabledType *)allowDownloadEnabled;Swift
init(allowDownloadEnabled: DBTEAMLOGAllowDownloadEnabledType)Parameters
allowDownloadEnabled(team_policies) Enabled downloads (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “app_permissions_changed”.
Description of the “app_permissions_changed” tag state: (team_policies) Changed app permissions
Declaration
Objective-C
- (nonnull instancetype)initWithAppPermissionsChanged: (nonnull DBTEAMLOGAppPermissionsChangedType *)appPermissionsChanged;Swift
init(appPermissionsChanged: DBTEAMLOGAppPermissionsChangedType)Parameters
appPermissionsChanged(team_policies) Changed app permissions
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “camera_uploads_policy_changed”.
Description of the “camera_uploads_policy_changed” tag state: (team_policies) Changed camera uploads setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithCameraUploadsPolicyChanged: (nonnull DBTEAMLOGCameraUploadsPolicyChangedType *) cameraUploadsPolicyChanged;Swift
init(cameraUploadsPolicyChanged: DBTEAMLOGCameraUploadsPolicyChangedType)Parameters
cameraUploadsPolicyChanged(team_policies) Changed camera uploads setting for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “capture_transcript_policy_changed”.
Description of the “capture_transcript_policy_changed” tag state: (team_policies) Changed Capture transcription policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithCaptureTranscriptPolicyChanged: (nonnull DBTEAMLOGCaptureTranscriptPolicyChangedType *) captureTranscriptPolicyChanged;Swift
init(captureTranscriptPolicyChanged: DBTEAMLOGCaptureTranscriptPolicyChangedType)Parameters
captureTranscriptPolicyChanged(team_policies) Changed Capture transcription policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “classification_change_policy”.
Description of the “classification_change_policy” tag state: (team_policies) Changed classification policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationChangePolicy: (nonnull DBTEAMLOGClassificationChangePolicyType *) classificationChangePolicy;Swift
init(classificationChangePolicy: DBTEAMLOGClassificationChangePolicyType)Parameters
classificationChangePolicy(team_policies) Changed classification policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “computer_backup_policy_changed”.
Description of the “computer_backup_policy_changed” tag state: (team_policies) Changed computer backup policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithComputerBackupPolicyChanged: (nonnull DBTEAMLOGComputerBackupPolicyChangedType *) computerBackupPolicyChanged;Swift
init(computerBackupPolicyChanged: DBTEAMLOGComputerBackupPolicyChangedType)Parameters
computerBackupPolicyChanged(team_policies) Changed computer backup policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “content_administration_policy_changed”.
Description of the “content_administration_policy_changed” tag state: (team_policies) Changed content management setting
Declaration
Objective-C
- (nonnull instancetype)initWithContentAdministrationPolicyChanged: (nonnull DBTEAMLOGContentAdministrationPolicyChangedType *) contentAdministrationPolicyChanged;Swift
init(contentAdministrationPolicyChanged: DBTEAMLOGContentAdministrationPolicyChangedType)Parameters
contentAdministrationPolicyChanged(team_policies) Changed content management setting
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “data_placement_restriction_change_policy”.
Description of the “data_placement_restriction_change_policy” tag state: (team_policies) Set restrictions on data center locations where team data resides
Declaration
Objective-C
- (nonnull instancetype)initWithDataPlacementRestrictionChangePolicy: (nonnull DBTEAMLOGDataPlacementRestrictionChangePolicyType *) dataPlacementRestrictionChangePolicy;Swift
init(dataPlacementRestrictionChangePolicy: DBTEAMLOGDataPlacementRestrictionChangePolicyType)Parameters
dataPlacementRestrictionChangePolicy(team_policies) Set restrictions on data center locations where team data resides
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “data_placement_restriction_satisfy_policy”.
Description of the “data_placement_restriction_satisfy_policy” tag state: (team_policies) Completed restrictions on data center locations where team data resides
Declaration
Objective-C
- (nonnull instancetype)initWithDataPlacementRestrictionSatisfyPolicy: (nonnull DBTEAMLOGDataPlacementRestrictionSatisfyPolicyType *) dataPlacementRestrictionSatisfyPolicy;Swift
init(dataPlacementRestrictionSatisfyPolicy: DBTEAMLOGDataPlacementRestrictionSatisfyPolicyType)Parameters
dataPlacementRestrictionSatisfyPolicy(team_policies) Completed restrictions on data center locations where team data resides
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_add_exception”.
Description of the “device_approvals_add_exception” tag state: (team_policies) Added members to device approvals exception list
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsAddException: (nonnull DBTEAMLOGDeviceApprovalsAddExceptionType *) deviceApprovalsAddException;Swift
init(deviceApprovalsAddException: DBTEAMLOGDeviceApprovalsAddExceptionType)Parameters
deviceApprovalsAddException(team_policies) Added members to device approvals exception list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_change_desktop_policy”.
Description of the “device_approvals_change_desktop_policy” tag state: (team_policies) Set/removed limit on number of computers member can link to team Dropbox account
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeDesktopPolicy: (nonnull DBTEAMLOGDeviceApprovalsChangeDesktopPolicyType *) deviceApprovalsChangeDesktopPolicy;Swift
init(deviceApprovalsChangeDesktopPolicy: DBTEAMLOGDeviceApprovalsChangeDesktopPolicyType)Parameters
deviceApprovalsChangeDesktopPolicy(team_policies) Set/removed limit on number of computers member can link to team Dropbox account
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_change_mobile_policy”.
Description of the “device_approvals_change_mobile_policy” tag state: (team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeMobilePolicy: (nonnull DBTEAMLOGDeviceApprovalsChangeMobilePolicyType *) deviceApprovalsChangeMobilePolicy;Swift
init(deviceApprovalsChangeMobilePolicy: DBTEAMLOGDeviceApprovalsChangeMobilePolicyType)Parameters
deviceApprovalsChangeMobilePolicy(team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_change_overage_action”.
Description of the “device_approvals_change_overage_action” tag state: (team_policies) Changed device approvals setting when member is over limit
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeOverageAction: (nonnull DBTEAMLOGDeviceApprovalsChangeOverageActionType *) deviceApprovalsChangeOverageAction;Swift
init(deviceApprovalsChangeOverageAction: DBTEAMLOGDeviceApprovalsChangeOverageActionType)Parameters
deviceApprovalsChangeOverageAction(team_policies) Changed device approvals setting when member is over limit
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_change_unlink_action”.
Description of the “device_approvals_change_unlink_action” tag state: (team_policies) Changed device approvals setting when member unlinks approved device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeUnlinkAction: (nonnull DBTEAMLOGDeviceApprovalsChangeUnlinkActionType *) deviceApprovalsChangeUnlinkAction;Swift
init(deviceApprovalsChangeUnlinkAction: DBTEAMLOGDeviceApprovalsChangeUnlinkActionType)Parameters
deviceApprovalsChangeUnlinkAction(team_policies) Changed device approvals setting when member unlinks approved device
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “device_approvals_remove_exception”.
Description of the “device_approvals_remove_exception” tag state: (team_policies) Removed members from device approvals exception list
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsRemoveException: (nonnull DBTEAMLOGDeviceApprovalsRemoveExceptionType *) deviceApprovalsRemoveException;Swift
init(deviceApprovalsRemoveException: DBTEAMLOGDeviceApprovalsRemoveExceptionType)Parameters
deviceApprovalsRemoveException(team_policies) Removed members from device approvals exception list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “directory_restrictions_add_members”.
Description of the “directory_restrictions_add_members” tag state: (team_policies) Added members to directory restrictions list
Declaration
Objective-C
- (nonnull instancetype)initWithDirectoryRestrictionsAddMembers: (nonnull DBTEAMLOGDirectoryRestrictionsAddMembersType *) directoryRestrictionsAddMembers;Swift
init(directoryRestrictionsAddMembers: DBTEAMLOGDirectoryRestrictionsAddMembersType)Parameters
directoryRestrictionsAddMembers(team_policies) Added members to directory restrictions list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “directory_restrictions_remove_members”.
Description of the “directory_restrictions_remove_members” tag state: (team_policies) Removed members from directory restrictions list
Declaration
Objective-C
- (nonnull instancetype)initWithDirectoryRestrictionsRemoveMembers: (nonnull DBTEAMLOGDirectoryRestrictionsRemoveMembersType *) directoryRestrictionsRemoveMembers;Swift
init(directoryRestrictionsRemoveMembers: DBTEAMLOGDirectoryRestrictionsRemoveMembersType)Parameters
directoryRestrictionsRemoveMembers(team_policies) Removed members from directory restrictions list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “dropbox_passwords_policy_changed”.
Description of the “dropbox_passwords_policy_changed” tag state: (team_policies) Changed Dropbox Passwords policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsPolicyChanged: (nonnull DBTEAMLOGDropboxPasswordsPolicyChangedType *) dropboxPasswordsPolicyChanged;Swift
init(dropboxPasswordsPolicyChanged: DBTEAMLOGDropboxPasswordsPolicyChangedType)Parameters
dropboxPasswordsPolicyChanged(team_policies) Changed Dropbox Passwords policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “email_ingest_policy_changed”.
Description of the “email_ingest_policy_changed” tag state: (team_policies) Changed email to Dropbox policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithEmailIngestPolicyChanged: (nonnull DBTEAMLOGEmailIngestPolicyChangedType *)emailIngestPolicyChanged;Swift
init(emailIngestPolicyChanged: DBTEAMLOGEmailIngestPolicyChangedType)Parameters
emailIngestPolicyChanged(team_policies) Changed email to Dropbox policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_add_exception”.
Description of the “emm_add_exception” tag state: (team_policies) Added members to EMM exception list
Declaration
Objective-C
- (nonnull instancetype)initWithEmmAddException: (nonnull DBTEAMLOGEmmAddExceptionType *)emmAddException;Swift
init(emmAddException: DBTEAMLOGEmmAddExceptionType)Parameters
emmAddException(team_policies) Added members to EMM exception list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_change_policy”.
Description of the “emm_change_policy” tag state: (team_policies) Enabled/disabled enterprise mobility management for members
Declaration
Objective-C
- (nonnull instancetype)initWithEmmChangePolicy: (nonnull DBTEAMLOGEmmChangePolicyType *)emmChangePolicy;Swift
init(emmChangePolicy: DBTEAMLOGEmmChangePolicyType)Parameters
emmChangePolicy(team_policies) Enabled/disabled enterprise mobility management for members
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “emm_remove_exception”.
Description of the “emm_remove_exception” tag state: (team_policies) Removed members from EMM exception list
Declaration
Objective-C
- (nonnull instancetype)initWithEmmRemoveException: (nonnull DBTEAMLOGEmmRemoveExceptionType *)emmRemoveException;Swift
init(emmRemoveException: DBTEAMLOGEmmRemoveExceptionType)Parameters
emmRemoveException(team_policies) Removed members from EMM exception list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “extended_version_history_change_policy”.
Description of the “extended_version_history_change_policy” tag state: (team_policies) Accepted/opted out of extended version history
Declaration
Objective-C
- (nonnull instancetype)initWithExtendedVersionHistoryChangePolicy: (nonnull DBTEAMLOGExtendedVersionHistoryChangePolicyType *) extendedVersionHistoryChangePolicy;Swift
init(extendedVersionHistoryChangePolicy: DBTEAMLOGExtendedVersionHistoryChangePolicyType)Parameters
extendedVersionHistoryChangePolicy(team_policies) Accepted/opted out of extended version history
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “external_drive_backup_policy_changed”.
Description of the “external_drive_backup_policy_changed” tag state: (team_policies) Changed external drive backup policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithExternalDriveBackupPolicyChanged: (nonnull DBTEAMLOGExternalDriveBackupPolicyChangedType *) externalDriveBackupPolicyChanged;Swift
init(externalDriveBackupPolicyChanged: DBTEAMLOGExternalDriveBackupPolicyChangedType)Parameters
externalDriveBackupPolicyChanged(team_policies) Changed external drive backup policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_comments_change_policy”.
Description of the “file_comments_change_policy” tag state: (team_policies) Enabled/disabled commenting on team files
Declaration
Objective-C
- (nonnull instancetype)initWithFileCommentsChangePolicy: (nonnull DBTEAMLOGFileCommentsChangePolicyType *)fileCommentsChangePolicy;Swift
init(fileCommentsChangePolicy: DBTEAMLOGFileCommentsChangePolicyType)Parameters
fileCommentsChangePolicy(team_policies) Enabled/disabled commenting on team files
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_locking_policy_changed”.
Description of the “file_locking_policy_changed” tag state: (team_policies) Changed file locking policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithFileLockingPolicyChanged: (nonnull DBTEAMLOGFileLockingPolicyChangedType *)fileLockingPolicyChanged;Swift
init(fileLockingPolicyChanged: DBTEAMLOGFileLockingPolicyChangedType)Parameters
fileLockingPolicyChanged(team_policies) Changed file locking policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_provider_migration_policy_changed”.
Description of the “file_provider_migration_policy_changed” tag state: (team_policies) Changed File Provider Migration policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithFileProviderMigrationPolicyChanged: (nonnull DBTEAMLOGFileProviderMigrationPolicyChangedType *) fileProviderMigrationPolicyChanged;Swift
init(fileProviderMigrationPolicyChanged: DBTEAMLOGFileProviderMigrationPolicyChangedType)Parameters
fileProviderMigrationPolicyChanged(team_policies) Changed File Provider Migration policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_requests_change_policy”.
Description of the “file_requests_change_policy” tag state: (team_policies) Enabled/disabled file requests
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsChangePolicy: (nonnull DBTEAMLOGFileRequestsChangePolicyType *)fileRequestsChangePolicy;Swift
init(fileRequestsChangePolicy: DBTEAMLOGFileRequestsChangePolicyType)Parameters
fileRequestsChangePolicy(team_policies) Enabled/disabled file requests
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_requests_emails_enabled”.
Description of the “file_requests_emails_enabled” tag state: (team_policies) Enabled file request emails for everyone (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsEmailsEnabled: (nonnull DBTEAMLOGFileRequestsEmailsEnabledType *)fileRequestsEmailsEnabled;Swift
init(fileRequestsEmailsEnabled: DBTEAMLOGFileRequestsEmailsEnabledType)Parameters
fileRequestsEmailsEnabled(team_policies) Enabled file request emails for everyone (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_requests_emails_restricted_to_team_only”.
Description of the “file_requests_emails_restricted_to_team_only” tag state: (team_policies) Enabled file request emails for team (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsEmailsRestrictedToTeamOnly: (nonnull DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyType *) fileRequestsEmailsRestrictedToTeamOnly;Swift
init(fileRequestsEmailsRestrictedToTeamOnly: DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyType)Parameters
fileRequestsEmailsRestrictedToTeamOnly(team_policies) Enabled file request emails for team (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “file_transfers_policy_changed”.
Description of the “file_transfers_policy_changed” tag state: (team_policies) Changed file transfers policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersPolicyChanged: (nonnull DBTEAMLOGFileTransfersPolicyChangedType *) fileTransfersPolicyChanged;Swift
init(fileTransfersPolicyChanged: DBTEAMLOGFileTransfersPolicyChangedType)Parameters
fileTransfersPolicyChanged(team_policies) Changed file transfers policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “folder_link_restriction_policy_changed”.
Description of the “folder_link_restriction_policy_changed” tag state: (team_policies) Changed folder link restrictions policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithFolderLinkRestrictionPolicyChanged: (nonnull DBTEAMLOGFolderLinkRestrictionPolicyChangedType *) folderLinkRestrictionPolicyChanged;Swift
init(folderLinkRestrictionPolicyChanged: DBTEAMLOGFolderLinkRestrictionPolicyChangedType)Parameters
folderLinkRestrictionPolicyChanged(team_policies) Changed folder link restrictions policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “google_sso_change_policy”.
Description of the “google_sso_change_policy” tag state: (team_policies) Enabled/disabled Google single sign-on for team
Declaration
Objective-C
- (nonnull instancetype)initWithGoogleSsoChangePolicy: (nonnull DBTEAMLOGGoogleSsoChangePolicyType *)googleSsoChangePolicy;Swift
init(googleSsoChangePolicy: DBTEAMLOGGoogleSsoChangePolicyType)Parameters
googleSsoChangePolicy(team_policies) Enabled/disabled Google single sign-on for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “group_user_management_change_policy”.
Description of the “group_user_management_change_policy” tag state: (team_policies) Changed who can create groups
Declaration
Objective-C
- (nonnull instancetype)initWithGroupUserManagementChangePolicy: (nonnull DBTEAMLOGGroupUserManagementChangePolicyType *) groupUserManagementChangePolicy;Swift
init(groupUserManagementChangePolicy: DBTEAMLOGGroupUserManagementChangePolicyType)Parameters
groupUserManagementChangePolicy(team_policies) Changed who can create groups
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “integration_policy_changed”.
Description of the “integration_policy_changed” tag state: (team_policies) Changed integration policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationPolicyChanged: (nonnull DBTEAMLOGIntegrationPolicyChangedType *)integrationPolicyChanged;Swift
init(integrationPolicyChanged: DBTEAMLOGIntegrationPolicyChangedType)Parameters
integrationPolicyChanged(team_policies) Changed integration policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “invite_acceptance_email_policy_changed”.
Description of the “invite_acceptance_email_policy_changed” tag state: (team_policies) Changed invite accept email policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithInviteAcceptanceEmailPolicyChanged: (nonnull DBTEAMLOGInviteAcceptanceEmailPolicyChangedType *) inviteAcceptanceEmailPolicyChanged;Swift
init(inviteAcceptanceEmailPolicyChanged: DBTEAMLOGInviteAcceptanceEmailPolicyChangedType)Parameters
inviteAcceptanceEmailPolicyChanged(team_policies) Changed invite accept email policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_requests_change_policy”.
Description of the “member_requests_change_policy” tag state: (team_policies) Changed whether users can find team when not invited
Declaration
Objective-C
- (nonnull instancetype)initWithMemberRequestsChangePolicy: (nonnull DBTEAMLOGMemberRequestsChangePolicyType *) memberRequestsChangePolicy;Swift
init(memberRequestsChangePolicy: DBTEAMLOGMemberRequestsChangePolicyType)Parameters
memberRequestsChangePolicy(team_policies) Changed whether users can find team when not invited
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_send_invite_policy_changed”.
Description of the “member_send_invite_policy_changed” tag state: (team_policies) Changed member send invite policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSendInvitePolicyChanged: (nonnull DBTEAMLOGMemberSendInvitePolicyChangedType *) memberSendInvitePolicyChanged;Swift
init(memberSendInvitePolicyChanged: DBTEAMLOGMemberSendInvitePolicyChangedType)Parameters
memberSendInvitePolicyChanged(team_policies) Changed member send invite policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_add_exception”.
Description of the “member_space_limits_add_exception” tag state: (team_policies) Added members to member space limit exception list
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsAddException: (nonnull DBTEAMLOGMemberSpaceLimitsAddExceptionType *) memberSpaceLimitsAddException;Swift
init(memberSpaceLimitsAddException: DBTEAMLOGMemberSpaceLimitsAddExceptionType)Parameters
memberSpaceLimitsAddException(team_policies) Added members to member space limit exception list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_change_caps_type_policy”.
Description of the “member_space_limits_change_caps_type_policy” tag state: (team_policies) Changed member space limit type for team
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeCapsTypePolicy: (nonnull DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyType *) memberSpaceLimitsChangeCapsTypePolicy;Swift
init(memberSpaceLimitsChangeCapsTypePolicy: DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyType)Parameters
memberSpaceLimitsChangeCapsTypePolicy(team_policies) Changed member space limit type for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_change_policy”.
Description of the “member_space_limits_change_policy” tag state: (team_policies) Changed team default member space limit
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangePolicy: (nonnull DBTEAMLOGMemberSpaceLimitsChangePolicyType *) memberSpaceLimitsChangePolicy;Swift
init(memberSpaceLimitsChangePolicy: DBTEAMLOGMemberSpaceLimitsChangePolicyType)Parameters
memberSpaceLimitsChangePolicy(team_policies) Changed team default member space limit
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_space_limits_remove_exception”.
Description of the “member_space_limits_remove_exception” tag state: (team_policies) Removed members from member space limit exception list
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsRemoveException: (nonnull DBTEAMLOGMemberSpaceLimitsRemoveExceptionType *) memberSpaceLimitsRemoveException;Swift
init(memberSpaceLimitsRemoveException: DBTEAMLOGMemberSpaceLimitsRemoveExceptionType)Parameters
memberSpaceLimitsRemoveException(team_policies) Removed members from member space limit exception list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “member_suggestions_change_policy”.
Description of the “member_suggestions_change_policy” tag state: (team_policies) Enabled/disabled option for team members to suggest people to add to team
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSuggestionsChangePolicy: (nonnull DBTEAMLOGMemberSuggestionsChangePolicyType *) memberSuggestionsChangePolicy;Swift
init(memberSuggestionsChangePolicy: DBTEAMLOGMemberSuggestionsChangePolicyType)Parameters
memberSuggestionsChangePolicy(team_policies) Enabled/disabled option for team members to suggest people to add to team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “microsoft_office_addin_change_policy”.
Description of the “microsoft_office_addin_change_policy” tag state: (team_policies) Enabled/disabled Microsoft Office add-in
Declaration
Objective-C
- (nonnull instancetype)initWithMicrosoftOfficeAddinChangePolicy: (nonnull DBTEAMLOGMicrosoftOfficeAddinChangePolicyType *) microsoftOfficeAddinChangePolicy;Swift
init(microsoftOfficeAddinChangePolicy: DBTEAMLOGMicrosoftOfficeAddinChangePolicyType)Parameters
microsoftOfficeAddinChangePolicy(team_policies) Enabled/disabled Microsoft Office add-in
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “network_control_change_policy”.
Description of the “network_control_change_policy” tag state: (team_policies) Enabled/disabled network control
Declaration
Objective-C
- (nonnull instancetype)initWithNetworkControlChangePolicy: (nonnull DBTEAMLOGNetworkControlChangePolicyType *) networkControlChangePolicy;Swift
init(networkControlChangePolicy: DBTEAMLOGNetworkControlChangePolicyType)Parameters
networkControlChangePolicy(team_policies) Enabled/disabled network control
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_change_deployment_policy”.
Description of the “paper_change_deployment_policy” tag state: (team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeDeploymentPolicy: (nonnull DBTEAMLOGPaperChangeDeploymentPolicyType *) paperChangeDeploymentPolicy;Swift
init(paperChangeDeploymentPolicy: DBTEAMLOGPaperChangeDeploymentPolicyType)Parameters
paperChangeDeploymentPolicy(team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_change_member_link_policy”.
Description of the “paper_change_member_link_policy” tag state: (team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeMemberLinkPolicy: (nonnull DBTEAMLOGPaperChangeMemberLinkPolicyType *) paperChangeMemberLinkPolicy;Swift
init(paperChangeMemberLinkPolicy: DBTEAMLOGPaperChangeMemberLinkPolicyType)Parameters
paperChangeMemberLinkPolicy(team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_change_member_policy”.
Description of the “paper_change_member_policy” tag state: (team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeMemberPolicy: (nonnull DBTEAMLOGPaperChangeMemberPolicyType *)paperChangeMemberPolicy;Swift
init(paperChangeMemberPolicy: DBTEAMLOGPaperChangeMemberPolicyType)Parameters
paperChangeMemberPolicy(team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_change_policy”.
Description of the “paper_change_policy” tag state: (team_policies) Enabled/disabled Dropbox Paper for team
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangePolicy: (nonnull DBTEAMLOGPaperChangePolicyType *)paperChangePolicy;Swift
init(paperChangePolicy: DBTEAMLOGPaperChangePolicyType)Parameters
paperChangePolicy(team_policies) Enabled/disabled Dropbox Paper for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_default_folder_policy_changed”.
Description of the “paper_default_folder_policy_changed” tag state: (team_policies) Changed Paper Default Folder Policy setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDefaultFolderPolicyChanged: (nonnull DBTEAMLOGPaperDefaultFolderPolicyChangedType *) paperDefaultFolderPolicyChanged;Swift
init(paperDefaultFolderPolicyChanged: DBTEAMLOGPaperDefaultFolderPolicyChangedType)Parameters
paperDefaultFolderPolicyChanged(team_policies) Changed Paper Default Folder Policy setting for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_desktop_policy_changed”.
Description of the “paper_desktop_policy_changed” tag state: (team_policies) Enabled/disabled Paper Desktop for team
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDesktopPolicyChanged: (nonnull DBTEAMLOGPaperDesktopPolicyChangedType *)paperDesktopPolicyChanged;Swift
init(paperDesktopPolicyChanged: DBTEAMLOGPaperDesktopPolicyChangedType)Parameters
paperDesktopPolicyChanged(team_policies) Enabled/disabled Paper Desktop for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_enabled_users_group_addition”.
Description of the “paper_enabled_users_group_addition” tag state: (team_policies) Added users to Paper-enabled users list
Declaration
Objective-C
- (nonnull instancetype)initWithPaperEnabledUsersGroupAddition: (nonnull DBTEAMLOGPaperEnabledUsersGroupAdditionType *) paperEnabledUsersGroupAddition;Swift
init(paperEnabledUsersGroupAddition: DBTEAMLOGPaperEnabledUsersGroupAdditionType)Parameters
paperEnabledUsersGroupAddition(team_policies) Added users to Paper-enabled users list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “paper_enabled_users_group_removal”.
Description of the “paper_enabled_users_group_removal” tag state: (team_policies) Removed users from Paper-enabled users list
Declaration
Objective-C
- (nonnull instancetype)initWithPaperEnabledUsersGroupRemoval: (nonnull DBTEAMLOGPaperEnabledUsersGroupRemovalType *) paperEnabledUsersGroupRemoval;Swift
init(paperEnabledUsersGroupRemoval: DBTEAMLOGPaperEnabledUsersGroupRemovalType)Parameters
paperEnabledUsersGroupRemoval(team_policies) Removed users from Paper-enabled users list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “password_strength_requirements_change_policy”.
Description of the “password_strength_requirements_change_policy” tag state: (team_policies) Changed team password strength requirements
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordStrengthRequirementsChangePolicy: (nonnull DBTEAMLOGPasswordStrengthRequirementsChangePolicyType *) passwordStrengthRequirementsChangePolicy;Swift
init(passwordStrengthRequirementsChangePolicy: DBTEAMLOGPasswordStrengthRequirementsChangePolicyType)Parameters
passwordStrengthRequirementsChangePolicy(team_policies) Changed team password strength requirements
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “permanent_delete_change_policy”.
Description of the “permanent_delete_change_policy” tag state: (team_policies) Enabled/disabled ability of team members to permanently delete content
Declaration
Objective-C
- (nonnull instancetype)initWithPermanentDeleteChangePolicy: (nonnull DBTEAMLOGPermanentDeleteChangePolicyType *) permanentDeleteChangePolicy;Swift
init(permanentDeleteChangePolicy: DBTEAMLOGPermanentDeleteChangePolicyType)Parameters
permanentDeleteChangePolicy(team_policies) Enabled/disabled ability of team members to permanently delete content
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “reseller_support_change_policy”.
Description of the “reseller_support_change_policy” tag state: (team_policies) Enabled/disabled reseller support
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportChangePolicy: (nonnull DBTEAMLOGResellerSupportChangePolicyType *) resellerSupportChangePolicy;Swift
init(resellerSupportChangePolicy: DBTEAMLOGResellerSupportChangePolicyType)Parameters
resellerSupportChangePolicy(team_policies) Enabled/disabled reseller support
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “rewind_policy_changed”.
Description of the “rewind_policy_changed” tag state: (team_policies) Changed Rewind policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithRewindPolicyChanged: (nonnull DBTEAMLOGRewindPolicyChangedType *)rewindPolicyChanged;Swift
init(rewindPolicyChanged: DBTEAMLOGRewindPolicyChangedType)Parameters
rewindPolicyChanged(team_policies) Changed Rewind policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “send_for_signature_policy_changed”.
Description of the “send_for_signature_policy_changed” tag state: (team_policies) Changed send for signature policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithSendForSignaturePolicyChanged: (nonnull DBTEAMLOGSendForSignaturePolicyChangedType *) sendForSignaturePolicyChanged;Swift
init(sendForSignaturePolicyChanged: DBTEAMLOGSendForSignaturePolicyChangedType)Parameters
sendForSignaturePolicyChanged(team_policies) Changed send for signature policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_folder_join_policy”.
Description of the “sharing_change_folder_join_policy” tag state: (team_policies) Changed whether team members can join shared folders owned outside team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeFolderJoinPolicy: (nonnull DBTEAMLOGSharingChangeFolderJoinPolicyType *) sharingChangeFolderJoinPolicy;Swift
init(sharingChangeFolderJoinPolicy: DBTEAMLOGSharingChangeFolderJoinPolicyType)Parameters
sharingChangeFolderJoinPolicy(team_policies) Changed whether team members can join shared folders owned outside team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_link_allow_change_expiration_policy”.
Description of the “sharing_change_link_allow_change_expiration_policy” tag state: (team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkAllowChangeExpirationPolicy: (nonnull DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyType *) sharingChangeLinkAllowChangeExpirationPolicy;Swift
init(sharingChangeLinkAllowChangeExpirationPolicy: DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyType)Parameters
sharingChangeLinkAllowChangeExpirationPolicy(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_link_default_expiration_policy”.
Description of the “sharing_change_link_default_expiration_policy” tag state: (team_policies) Changed the default expiration for the links shared outside of the team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkDefaultExpirationPolicy: (nonnull DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyType *) sharingChangeLinkDefaultExpirationPolicy;Swift
init(sharingChangeLinkDefaultExpirationPolicy: DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyType)Parameters
sharingChangeLinkDefaultExpirationPolicy(team_policies) Changed the default expiration for the links shared outside of the team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_link_enforce_password_policy”.
Description of the “sharing_change_link_enforce_password_policy” tag state: (team_policies) Changed the password requirement for the links shared outside of the team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkEnforcePasswordPolicy: (nonnull DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyType *) sharingChangeLinkEnforcePasswordPolicy;Swift
init(sharingChangeLinkEnforcePasswordPolicy: DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyType)Parameters
sharingChangeLinkEnforcePasswordPolicy(team_policies) Changed the password requirement for the links shared outside of the team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_link_policy”.
Description of the “sharing_change_link_policy” tag state: (team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkPolicy: (nonnull DBTEAMLOGSharingChangeLinkPolicyType *)sharingChangeLinkPolicy;Swift
init(sharingChangeLinkPolicy: DBTEAMLOGSharingChangeLinkPolicyType)Parameters
sharingChangeLinkPolicy(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sharing_change_member_policy”.
Description of the “sharing_change_member_policy” tag state: (team_policies) Changed whether members can share files/folders outside team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeMemberPolicy: (nonnull DBTEAMLOGSharingChangeMemberPolicyType *)sharingChangeMemberPolicy;Swift
init(sharingChangeMemberPolicy: DBTEAMLOGSharingChangeMemberPolicyType)Parameters
sharingChangeMemberPolicy(team_policies) Changed whether members can share files/folders outside team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_change_download_policy”.
Description of the “showcase_change_download_policy” tag state: (team_policies) Enabled/disabled downloading files from Dropbox Showcase for team
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeDownloadPolicy: (nonnull DBTEAMLOGShowcaseChangeDownloadPolicyType *) showcaseChangeDownloadPolicy;Swift
init(showcaseChangeDownloadPolicy: DBTEAMLOGShowcaseChangeDownloadPolicyType)Parameters
showcaseChangeDownloadPolicy(team_policies) Enabled/disabled downloading files from Dropbox Showcase for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_change_enabled_policy”.
Description of the “showcase_change_enabled_policy” tag state: (team_policies) Enabled/disabled Dropbox Showcase for team
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeEnabledPolicy: (nonnull DBTEAMLOGShowcaseChangeEnabledPolicyType *) showcaseChangeEnabledPolicy;Swift
init(showcaseChangeEnabledPolicy: DBTEAMLOGShowcaseChangeEnabledPolicyType)Parameters
showcaseChangeEnabledPolicy(team_policies) Enabled/disabled Dropbox Showcase for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “showcase_change_external_sharing_policy”.
Description of the “showcase_change_external_sharing_policy” tag state: (team_policies) Enabled/disabled sharing Dropbox Showcase externally for team
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeExternalSharingPolicy: (nonnull DBTEAMLOGShowcaseChangeExternalSharingPolicyType *) showcaseChangeExternalSharingPolicy;Swift
init(showcaseChangeExternalSharingPolicy: DBTEAMLOGShowcaseChangeExternalSharingPolicyType)Parameters
showcaseChangeExternalSharingPolicy(team_policies) Enabled/disabled sharing Dropbox Showcase externally for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smarter_smart_sync_policy_changed”.
Description of the “smarter_smart_sync_policy_changed” tag state: (team_policies) Changed automatic Smart Sync setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithSmarterSmartSyncPolicyChanged: (nonnull DBTEAMLOGSmarterSmartSyncPolicyChangedType *) smarterSmartSyncPolicyChanged;Swift
init(smarterSmartSyncPolicyChanged: DBTEAMLOGSmarterSmartSyncPolicyChangedType)Parameters
smarterSmartSyncPolicyChanged(team_policies) Changed automatic Smart Sync setting for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smart_sync_change_policy”.
Description of the “smart_sync_change_policy” tag state: (team_policies) Changed default Smart Sync setting for team members
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncChangePolicy: (nonnull DBTEAMLOGSmartSyncChangePolicyType *)smartSyncChangePolicy;Swift
init(smartSyncChangePolicy: DBTEAMLOGSmartSyncChangePolicyType)Parameters
smartSyncChangePolicy(team_policies) Changed default Smart Sync setting for team members
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smart_sync_not_opt_out”.
Description of the “smart_sync_not_opt_out” tag state: (team_policies) Opted team into Smart Sync
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncNotOptOut: (nonnull DBTEAMLOGSmartSyncNotOptOutType *)smartSyncNotOptOut;Swift
init(smartSyncNotOptOut: DBTEAMLOGSmartSyncNotOptOutType)Parameters
smartSyncNotOptOut(team_policies) Opted team into Smart Sync
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “smart_sync_opt_out”.
Description of the “smart_sync_opt_out” tag state: (team_policies) Opted team out of Smart Sync
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncOptOut: (nonnull DBTEAMLOGSmartSyncOptOutType *)smartSyncOptOut;Swift
init(smartSyncOptOut: DBTEAMLOGSmartSyncOptOutType)Parameters
smartSyncOptOut(team_policies) Opted team out of Smart Sync
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “sso_change_policy”.
Description of the “sso_change_policy” tag state: (team_policies) Changed single sign-on setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangePolicy: (nonnull DBTEAMLOGSsoChangePolicyType *)ssoChangePolicy;Swift
init(ssoChangePolicy: DBTEAMLOGSsoChangePolicyType)Parameters
ssoChangePolicy(team_policies) Changed single sign-on setting for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_branding_policy_changed”.
Description of the “team_branding_policy_changed” tag state: (team_policies) Changed team branding policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamBrandingPolicyChanged: (nonnull DBTEAMLOGTeamBrandingPolicyChangedType *)teamBrandingPolicyChanged;Swift
init(teamBrandingPolicyChanged: DBTEAMLOGTeamBrandingPolicyChangedType)Parameters
teamBrandingPolicyChanged(team_policies) Changed team branding policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_extensions_policy_changed”.
Description of the “team_extensions_policy_changed” tag state: (team_policies) Changed App Integrations setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamExtensionsPolicyChanged: (nonnull DBTEAMLOGTeamExtensionsPolicyChangedType *) teamExtensionsPolicyChanged;Swift
init(teamExtensionsPolicyChanged: DBTEAMLOGTeamExtensionsPolicyChangedType)Parameters
teamExtensionsPolicyChanged(team_policies) Changed App Integrations setting for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_selective_sync_policy_changed”.
Description of the “team_selective_sync_policy_changed” tag state: (team_policies) Enabled/disabled Team Selective Sync for team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSelectiveSyncPolicyChanged: (nonnull DBTEAMLOGTeamSelectiveSyncPolicyChangedType *) teamSelectiveSyncPolicyChanged;Swift
init(teamSelectiveSyncPolicyChanged: DBTEAMLOGTeamSelectiveSyncPolicyChangedType)Parameters
teamSelectiveSyncPolicyChanged(team_policies) Enabled/disabled Team Selective Sync for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_sharing_whitelist_subjects_changed”.
Description of the “team_sharing_whitelist_subjects_changed” tag state: (team_policies) Edited the approved list for sharing externally
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSharingWhitelistSubjectsChanged: (nonnull DBTEAMLOGTeamSharingWhitelistSubjectsChangedType *) teamSharingWhitelistSubjectsChanged;Swift
init(teamSharingWhitelistSubjectsChanged: DBTEAMLOGTeamSharingWhitelistSubjectsChangedType)Parameters
teamSharingWhitelistSubjectsChanged(team_policies) Edited the approved list for sharing externally
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_add_exception”.
Description of the “tfa_add_exception” tag state: (team_policies) Added members to two factor authentication exception list
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddException: (nonnull DBTEAMLOGTfaAddExceptionType *)tfaAddException;Swift
init(tfaAddException: DBTEAMLOGTfaAddExceptionType)Parameters
tfaAddException(team_policies) Added members to two factor authentication exception list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_change_policy”.
Description of the “tfa_change_policy” tag state: (team_policies) Changed two-step verification setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangePolicy: (nonnull DBTEAMLOGTfaChangePolicyType *)tfaChangePolicy;Swift
init(tfaChangePolicy: DBTEAMLOGTfaChangePolicyType)Parameters
tfaChangePolicy(team_policies) Changed two-step verification setting for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_remove_exception”.
Description of the “tfa_remove_exception” tag state: (team_policies) Removed members from two factor authentication exception list
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveException: (nonnull DBTEAMLOGTfaRemoveExceptionType *)tfaRemoveException;Swift
init(tfaRemoveException: DBTEAMLOGTfaRemoveExceptionType)Parameters
tfaRemoveException(team_policies) Removed members from two factor authentication exception list
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “two_account_change_policy”.
Description of the “two_account_change_policy” tag state: (team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer
Declaration
Objective-C
- (nonnull instancetype)initWithTwoAccountChangePolicy: (nonnull DBTEAMLOGTwoAccountChangePolicyType *)twoAccountChangePolicy;Swift
init(twoAccountChangePolicy: DBTEAMLOGTwoAccountChangePolicyType)Parameters
twoAccountChangePolicy(team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “viewer_info_policy_changed”.
Description of the “viewer_info_policy_changed” tag state: (team_policies) Changed team policy for viewer info
Declaration
Objective-C
- (nonnull instancetype)initWithViewerInfoPolicyChanged: (nonnull DBTEAMLOGViewerInfoPolicyChangedType *)viewerInfoPolicyChanged;Swift
init(viewerInfoPolicyChanged: DBTEAMLOGViewerInfoPolicyChangedType)Parameters
viewerInfoPolicyChanged(team_policies) Changed team policy for viewer info
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “watermarking_policy_changed”.
Description of the “watermarking_policy_changed” tag state: (team_policies) Changed watermarking policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithWatermarkingPolicyChanged: (nonnull DBTEAMLOGWatermarkingPolicyChangedType *)watermarkingPolicyChanged;Swift
init(watermarkingPolicyChanged: DBTEAMLOGWatermarkingPolicyChangedType)Parameters
watermarkingPolicyChanged(team_policies) Changed watermarking policy for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “web_sessions_change_active_session_limit”.
Description of the “web_sessions_change_active_session_limit” tag state: (team_policies) Changed limit on active sessions per member
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeActiveSessionLimit: (nonnull DBTEAMLOGWebSessionsChangeActiveSessionLimitType *) webSessionsChangeActiveSessionLimit;Swift
init(webSessionsChangeActiveSessionLimit: DBTEAMLOGWebSessionsChangeActiveSessionLimitType)Parameters
webSessionsChangeActiveSessionLimit(team_policies) Changed limit on active sessions per member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “web_sessions_change_fixed_length_policy”.
Description of the “web_sessions_change_fixed_length_policy” tag state: (team_policies) Changed how long members can stay signed in to Dropbox.com
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeFixedLengthPolicy: (nonnull DBTEAMLOGWebSessionsChangeFixedLengthPolicyType *) webSessionsChangeFixedLengthPolicy;Swift
init(webSessionsChangeFixedLengthPolicy: DBTEAMLOGWebSessionsChangeFixedLengthPolicyType)Parameters
webSessionsChangeFixedLengthPolicy(team_policies) Changed how long members can stay signed in to Dropbox.com
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “web_sessions_change_idle_length_policy”.
Description of the “web_sessions_change_idle_length_policy” tag state: (team_policies) Changed how long team members can be idle while signed in to Dropbox.com
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeIdleLengthPolicy: (nonnull DBTEAMLOGWebSessionsChangeIdleLengthPolicyType *) webSessionsChangeIdleLengthPolicy;Swift
init(webSessionsChangeIdleLengthPolicy: DBTEAMLOGWebSessionsChangeIdleLengthPolicyType)Parameters
webSessionsChangeIdleLengthPolicy(team_policies) Changed how long team members can be idle while signed in to Dropbox.com
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “data_residency_migration_request_successful”.
Description of the “data_residency_migration_request_successful” tag state: (team_profile) Requested data residency migration for team data
Declaration
Objective-C
- (nonnull instancetype)initWithDataResidencyMigrationRequestSuccessful: (nonnull DBTEAMLOGDataResidencyMigrationRequestSuccessfulType *) dataResidencyMigrationRequestSuccessful;Swift
init(dataResidencyMigrationRequestSuccessful: DBTEAMLOGDataResidencyMigrationRequestSuccessfulType)Parameters
dataResidencyMigrationRequestSuccessful(team_profile) Requested data residency migration for team data
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “data_residency_migration_request_unsuccessful”.
Description of the “data_residency_migration_request_unsuccessful” tag state: (team_profile) Request for data residency migration for team data has failed
Declaration
Objective-C
- (nonnull instancetype)initWithDataResidencyMigrationRequestUnsuccessful: (nonnull DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulType *) dataResidencyMigrationRequestUnsuccessful;Swift
init(dataResidencyMigrationRequestUnsuccessful: DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulType)Parameters
dataResidencyMigrationRequestUnsuccessful(team_profile) Request for data residency migration for team data has failed
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_from”.
Description of the “team_merge_from” tag state: (team_profile) Merged another team into this team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeFrom: (nonnull DBTEAMLOGTeamMergeFromType *)teamMergeFrom;Swift
init(teamMergeFrom: DBTEAMLOGTeamMergeFromType)Parameters
teamMergeFrom(team_profile) Merged another team into this team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_to”.
Description of the “team_merge_to” tag state: (team_profile) Merged this team into another team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeTo: (nonnull DBTEAMLOGTeamMergeToType *)teamMergeTo;Swift
init(teamMergeTo: DBTEAMLOGTeamMergeToType)Parameters
teamMergeTo(team_profile) Merged this team into another team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_add_background”.
Description of the “team_profile_add_background” tag state: (team_profile) Added team background to display on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileAddBackground: (nonnull DBTEAMLOGTeamProfileAddBackgroundType *)teamProfileAddBackground;Swift
init(teamProfileAddBackground: DBTEAMLOGTeamProfileAddBackgroundType)Parameters
teamProfileAddBackground(team_profile) Added team background to display on shared link headers
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_add_logo”.
Description of the “team_profile_add_logo” tag state: (team_profile) Added team logo to display on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileAddLogo: (nonnull DBTEAMLOGTeamProfileAddLogoType *)teamProfileAddLogo;Swift
init(teamProfileAddLogo: DBTEAMLOGTeamProfileAddLogoType)Parameters
teamProfileAddLogo(team_profile) Added team logo to display on shared link headers
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_change_background”.
Description of the “team_profile_change_background” tag state: (team_profile) Changed team background displayed on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeBackground: (nonnull DBTEAMLOGTeamProfileChangeBackgroundType *) teamProfileChangeBackground;Swift
init(teamProfileChangeBackground: DBTEAMLOGTeamProfileChangeBackgroundType)Parameters
teamProfileChangeBackground(team_profile) Changed team background displayed on shared link headers
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_change_default_language”.
Description of the “team_profile_change_default_language” tag state: (team_profile) Changed default language for team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeDefaultLanguage: (nonnull DBTEAMLOGTeamProfileChangeDefaultLanguageType *) teamProfileChangeDefaultLanguage;Swift
init(teamProfileChangeDefaultLanguage: DBTEAMLOGTeamProfileChangeDefaultLanguageType)Parameters
teamProfileChangeDefaultLanguage(team_profile) Changed default language for team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_change_logo”.
Description of the “team_profile_change_logo” tag state: (team_profile) Changed team logo displayed on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeLogo: (nonnull DBTEAMLOGTeamProfileChangeLogoType *)teamProfileChangeLogo;Swift
init(teamProfileChangeLogo: DBTEAMLOGTeamProfileChangeLogoType)Parameters
teamProfileChangeLogo(team_profile) Changed team logo displayed on shared link headers
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_change_name”.
Description of the “team_profile_change_name” tag state: (team_profile) Changed team name
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeName: (nonnull DBTEAMLOGTeamProfileChangeNameType *)teamProfileChangeName;Swift
init(teamProfileChangeName: DBTEAMLOGTeamProfileChangeNameType)Parameters
teamProfileChangeName(team_profile) Changed team name
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_remove_background”.
Description of the “team_profile_remove_background” tag state: (team_profile) Removed team background displayed on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileRemoveBackground: (nonnull DBTEAMLOGTeamProfileRemoveBackgroundType *) teamProfileRemoveBackground;Swift
init(teamProfileRemoveBackground: DBTEAMLOGTeamProfileRemoveBackgroundType)Parameters
teamProfileRemoveBackground(team_profile) Removed team background displayed on shared link headers
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_profile_remove_logo”.
Description of the “team_profile_remove_logo” tag state: (team_profile) Removed team logo displayed on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileRemoveLogo: (nonnull DBTEAMLOGTeamProfileRemoveLogoType *)teamProfileRemoveLogo;Swift
init(teamProfileRemoveLogo: DBTEAMLOGTeamProfileRemoveLogoType)Parameters
teamProfileRemoveLogo(team_profile) Removed team logo displayed on shared link headers
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_add_backup_phone”.
Description of the “tfa_add_backup_phone” tag state: (tfa) Added backup phone for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddBackupPhone: (nonnull DBTEAMLOGTfaAddBackupPhoneType *)tfaAddBackupPhone;Swift
init(tfaAddBackupPhone: DBTEAMLOGTfaAddBackupPhoneType)Parameters
tfaAddBackupPhone(tfa) Added backup phone for two-step verification
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_add_security_key”.
Description of the “tfa_add_security_key” tag state: (tfa) Added security key for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddSecurityKey: (nonnull DBTEAMLOGTfaAddSecurityKeyType *)tfaAddSecurityKey;Swift
init(tfaAddSecurityKey: DBTEAMLOGTfaAddSecurityKeyType)Parameters
tfaAddSecurityKey(tfa) Added security key for two-step verification
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_change_backup_phone”.
Description of the “tfa_change_backup_phone” tag state: (tfa) Changed backup phone for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangeBackupPhone: (nonnull DBTEAMLOGTfaChangeBackupPhoneType *)tfaChangeBackupPhone;Swift
init(tfaChangeBackupPhone: DBTEAMLOGTfaChangeBackupPhoneType)Parameters
tfaChangeBackupPhone(tfa) Changed backup phone for two-step verification
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_change_status”.
Description of the “tfa_change_status” tag state: (tfa) Enabled/disabled/changed two-step verification setting
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangeStatus: (nonnull DBTEAMLOGTfaChangeStatusType *)tfaChangeStatus;Swift
init(tfaChangeStatus: DBTEAMLOGTfaChangeStatusType)Parameters
tfaChangeStatus(tfa) Enabled/disabled/changed two-step verification setting
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_remove_backup_phone”.
Description of the “tfa_remove_backup_phone” tag state: (tfa) Removed backup phone for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveBackupPhone: (nonnull DBTEAMLOGTfaRemoveBackupPhoneType *)tfaRemoveBackupPhone;Swift
init(tfaRemoveBackupPhone: DBTEAMLOGTfaRemoveBackupPhoneType)Parameters
tfaRemoveBackupPhone(tfa) Removed backup phone for two-step verification
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_remove_security_key”.
Description of the “tfa_remove_security_key” tag state: (tfa) Removed security key for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveSecurityKey: (nonnull DBTEAMLOGTfaRemoveSecurityKeyType *)tfaRemoveSecurityKey;Swift
init(tfaRemoveSecurityKey: DBTEAMLOGTfaRemoveSecurityKeyType)Parameters
tfaRemoveSecurityKey(tfa) Removed security key for two-step verification
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “tfa_reset”.
Description of the “tfa_reset” tag state: (tfa) Reset two-step verification for team member
Declaration
Objective-C
- (nonnull instancetype)initWithTfaReset: (nonnull DBTEAMLOGTfaResetType *)tfaReset;Swift
init(tfaReset: DBTEAMLOGTfaResetType)Parameters
tfaReset(tfa) Reset two-step verification for team member
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “changed_enterprise_admin_role”.
Description of the “changed_enterprise_admin_role” tag state: (trusted_teams) Changed enterprise admin role
Declaration
Objective-C
- (nonnull instancetype)initWithChangedEnterpriseAdminRole: (nonnull DBTEAMLOGChangedEnterpriseAdminRoleType *) changedEnterpriseAdminRole;Swift
init(changedEnterpriseAdminRole: DBTEAMLOGChangedEnterpriseAdminRoleType)Parameters
changedEnterpriseAdminRole(trusted_teams) Changed enterprise admin role
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “changed_enterprise_connected_team_status”.
Description of the “changed_enterprise_connected_team_status” tag state: (trusted_teams) Changed enterprise-connected team status
Declaration
Objective-C
- (nonnull instancetype)initWithChangedEnterpriseConnectedTeamStatus: (nonnull DBTEAMLOGChangedEnterpriseConnectedTeamStatusType *) changedEnterpriseConnectedTeamStatus;Swift
init(changedEnterpriseConnectedTeamStatus: DBTEAMLOGChangedEnterpriseConnectedTeamStatusType)Parameters
changedEnterpriseConnectedTeamStatus(trusted_teams) Changed enterprise-connected team status
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “ended_enterprise_admin_session”.
Description of the “ended_enterprise_admin_session” tag state: (trusted_teams) Ended enterprise admin session
Declaration
Objective-C
- (nonnull instancetype)initWithEndedEnterpriseAdminSession: (nonnull DBTEAMLOGEndedEnterpriseAdminSessionType *) endedEnterpriseAdminSession;Swift
init(endedEnterpriseAdminSession: DBTEAMLOGEndedEnterpriseAdminSessionType)Parameters
endedEnterpriseAdminSession(trusted_teams) Ended enterprise admin session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “ended_enterprise_admin_session_deprecated”.
Description of the “ended_enterprise_admin_session_deprecated” tag state: (trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’)
Declaration
Objective-C
- (nonnull instancetype)initWithEndedEnterpriseAdminSessionDeprecated: (nonnull DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedType *) endedEnterpriseAdminSessionDeprecated;Swift
init(endedEnterpriseAdminSessionDeprecated: DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedType)Parameters
endedEnterpriseAdminSessionDeprecated(trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “enterprise_settings_locking”.
Description of the “enterprise_settings_locking” tag state: (trusted_teams) Changed who can update a setting
Declaration
Objective-C
- (nonnull instancetype)initWithEnterpriseSettingsLocking: (nonnull DBTEAMLOGEnterpriseSettingsLockingType *)enterpriseSettingsLocking;Swift
init(enterpriseSettingsLocking: DBTEAMLOGEnterpriseSettingsLockingType)Parameters
enterpriseSettingsLocking(trusted_teams) Changed who can update a setting
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “guest_admin_change_status”.
Description of the “guest_admin_change_status” tag state: (trusted_teams) Changed guest team admin status
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminChangeStatus: (nonnull DBTEAMLOGGuestAdminChangeStatusType *)guestAdminChangeStatus;Swift
init(guestAdminChangeStatus: DBTEAMLOGGuestAdminChangeStatusType)Parameters
guestAdminChangeStatus(trusted_teams) Changed guest team admin status
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “started_enterprise_admin_session”.
Description of the “started_enterprise_admin_session” tag state: (trusted_teams) Started enterprise admin session
Declaration
Objective-C
- (nonnull instancetype)initWithStartedEnterpriseAdminSession: (nonnull DBTEAMLOGStartedEnterpriseAdminSessionType *) startedEnterpriseAdminSession;Swift
init(startedEnterpriseAdminSession: DBTEAMLOGStartedEnterpriseAdminSessionType)Parameters
startedEnterpriseAdminSession(trusted_teams) Started enterprise admin session
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_accepted”.
Description of the “team_merge_request_accepted” tag state: (trusted_teams) Accepted a team merge request
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAccepted: (nonnull DBTEAMLOGTeamMergeRequestAcceptedType *)teamMergeRequestAccepted;Swift
init(teamMergeRequestAccepted: DBTEAMLOGTeamMergeRequestAcceptedType)Parameters
teamMergeRequestAccepted(trusted_teams) Accepted a team merge request
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_accepted_shown_to_primary_team”.
Description of the “team_merge_request_accepted_shown_to_primary_team” tag state: (trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAcceptedShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamType *) teamMergeRequestAcceptedShownToPrimaryTeam;Swift
init(teamMergeRequestAcceptedShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamType)Parameters
teamMergeRequestAcceptedShownToPrimaryTeam(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_accepted_shown_to_secondary_team”.
Description of the “team_merge_request_accepted_shown_to_secondary_team” tag state: (trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAcceptedShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamType *) teamMergeRequestAcceptedShownToSecondaryTeam;Swift
init(teamMergeRequestAcceptedShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamType)Parameters
teamMergeRequestAcceptedShownToSecondaryTeam(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_auto_canceled”.
Description of the “team_merge_request_auto_canceled” tag state: (trusted_teams) Automatically canceled team merge request
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAutoCanceled: (nonnull DBTEAMLOGTeamMergeRequestAutoCanceledType *) teamMergeRequestAutoCanceled;Swift
init(teamMergeRequestAutoCanceled: DBTEAMLOGTeamMergeRequestAutoCanceledType)Parameters
teamMergeRequestAutoCanceled(trusted_teams) Automatically canceled team merge request
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_canceled”.
Description of the “team_merge_request_canceled” tag state: (trusted_teams) Canceled a team merge request
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestCanceled: (nonnull DBTEAMLOGTeamMergeRequestCanceledType *)teamMergeRequestCanceled;Swift
init(teamMergeRequestCanceled: DBTEAMLOGTeamMergeRequestCanceledType)Parameters
teamMergeRequestCanceled(trusted_teams) Canceled a team merge request
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_canceled_shown_to_primary_team”.
Description of the “team_merge_request_canceled_shown_to_primary_team” tag state: (trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestCanceledShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamType *) teamMergeRequestCanceledShownToPrimaryTeam;Swift
init(teamMergeRequestCanceledShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamType)Parameters
teamMergeRequestCanceledShownToPrimaryTeam(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_canceled_shown_to_secondary_team”.
Description of the “team_merge_request_canceled_shown_to_secondary_team” tag state: (trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestCanceledShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType *) teamMergeRequestCanceledShownToSecondaryTeam;Swift
init(teamMergeRequestCanceledShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType)Parameters
teamMergeRequestCanceledShownToSecondaryTeam(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_expired”.
Description of the “team_merge_request_expired” tag state: (trusted_teams) Team merge request expired
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestExpired: (nonnull DBTEAMLOGTeamMergeRequestExpiredType *)teamMergeRequestExpired;Swift
init(teamMergeRequestExpired: DBTEAMLOGTeamMergeRequestExpiredType)Parameters
teamMergeRequestExpired(trusted_teams) Team merge request expired
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_expired_shown_to_primary_team”.
Description of the “team_merge_request_expired_shown_to_primary_team” tag state: (trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestExpiredShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamType *) teamMergeRequestExpiredShownToPrimaryTeam;Swift
init(teamMergeRequestExpiredShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamType)Parameters
teamMergeRequestExpiredShownToPrimaryTeam(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_expired_shown_to_secondary_team”.
Description of the “team_merge_request_expired_shown_to_secondary_team” tag state: (trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestExpiredShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamType *) teamMergeRequestExpiredShownToSecondaryTeam;Swift
init(teamMergeRequestExpiredShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamType)Parameters
teamMergeRequestExpiredShownToSecondaryTeam(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_rejected_shown_to_primary_team”.
Description of the “team_merge_request_rejected_shown_to_primary_team” tag state: (trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestRejectedShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamType *) teamMergeRequestRejectedShownToPrimaryTeam;Swift
init(teamMergeRequestRejectedShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamType)Parameters
teamMergeRequestRejectedShownToPrimaryTeam(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_rejected_shown_to_secondary_team”.
Description of the “team_merge_request_rejected_shown_to_secondary_team” tag state: (trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestRejectedShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamType *) teamMergeRequestRejectedShownToSecondaryTeam;Swift
init(teamMergeRequestRejectedShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamType)Parameters
teamMergeRequestRejectedShownToSecondaryTeam(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_reminder”.
Description of the “team_merge_request_reminder” tag state: (trusted_teams) Sent a team merge request reminder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestReminder: (nonnull DBTEAMLOGTeamMergeRequestReminderType *)teamMergeRequestReminder;Swift
init(teamMergeRequestReminder: DBTEAMLOGTeamMergeRequestReminderType)Parameters
teamMergeRequestReminder(trusted_teams) Sent a team merge request reminder
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_reminder_shown_to_primary_team”.
Description of the “team_merge_request_reminder_shown_to_primary_team” tag state: (trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestReminderShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamType *) teamMergeRequestReminderShownToPrimaryTeam;Swift
init(teamMergeRequestReminderShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamType)Parameters
teamMergeRequestReminderShownToPrimaryTeam(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_reminder_shown_to_secondary_team”.
Description of the “team_merge_request_reminder_shown_to_secondary_team” tag state: (trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestReminderShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamType *) teamMergeRequestReminderShownToSecondaryTeam;Swift
init(teamMergeRequestReminderShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamType)Parameters
teamMergeRequestReminderShownToSecondaryTeam(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_revoked”.
Description of the “team_merge_request_revoked” tag state: (trusted_teams) Canceled the team merge
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestRevoked: (nonnull DBTEAMLOGTeamMergeRequestRevokedType *)teamMergeRequestRevoked;Swift
init(teamMergeRequestRevoked: DBTEAMLOGTeamMergeRequestRevokedType)Parameters
teamMergeRequestRevoked(trusted_teams) Canceled the team merge
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_sent_shown_to_primary_team”.
Description of the “team_merge_request_sent_shown_to_primary_team” tag state: (trusted_teams) Requested to merge their Dropbox team into yours
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestSentShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamType *) teamMergeRequestSentShownToPrimaryTeam;Swift
init(teamMergeRequestSentShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamType)Parameters
teamMergeRequestSentShownToPrimaryTeam(trusted_teams) Requested to merge their Dropbox team into yours
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “team_merge_request_sent_shown_to_secondary_team”.
Description of the “team_merge_request_sent_shown_to_secondary_team” tag state: (trusted_teams) Requested to merge your team into another Dropbox team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestSentShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamType *) teamMergeRequestSentShownToSecondaryTeam;Swift
init(teamMergeRequestSentShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamType)Parameters
teamMergeRequestSentShownToSecondaryTeam(trusted_teams) Requested to merge your team into another Dropbox team
Return Value
An initialized instance.
 - 
                  
                  
Initializes union class with tag state of “other”.
Declaration
Objective-C
- (nonnull instancetype)initWithOther;Swift
init(other: ())Return Value
An initialized instance.
 
- 
                  
                  
Retrieves whether the union’s current tag state has value “admin_alerting_alert_state_changed”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingAlertStateChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingAlertStateChanged;Swift
func isAdminAlertingAlertStateChanged() -> BoolReturn Value
Whether the union’s current tag state has value “admin_alerting_alert_state_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “admin_alerting_changed_alert_config”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingChangedAlertConfigproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingChangedAlertConfig;Swift
func isAdminAlertingChangedAlertConfig() -> BoolReturn Value
Whether the union’s current tag state has value “admin_alerting_changed_alert_config”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “admin_alerting_triggered_alert”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingTriggeredAlertproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingTriggeredAlert;Swift
func isAdminAlertingTriggeredAlert() -> BoolReturn Value
Whether the union’s current tag state has value “admin_alerting_triggered_alert”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_blocked_by_permissions”.
Note
Call this method and ensure it returns true before accessing the
appBlockedByPermissionsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppBlockedByPermissions;Swift
func isAppBlockedByPermissions() -> BoolReturn Value
Whether the union’s current tag state has value “app_blocked_by_permissions”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_link_team”.
Note
Call this method and ensure it returns true before accessing the
appLinkTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppLinkTeam;Swift
func isAppLinkTeam() -> BoolReturn Value
Whether the union’s current tag state has value “app_link_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_link_user”.
Note
Call this method and ensure it returns true before accessing the
appLinkUserproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppLinkUser;Swift
func isAppLinkUser() -> BoolReturn Value
Whether the union’s current tag state has value “app_link_user”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_unlink_team”.
Note
Call this method and ensure it returns true before accessing the
appUnlinkTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppUnlinkTeam;Swift
func isAppUnlinkTeam() -> BoolReturn Value
Whether the union’s current tag state has value “app_unlink_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_unlink_user”.
Note
Call this method and ensure it returns true before accessing the
appUnlinkUserproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppUnlinkUser;Swift
func isAppUnlinkUser() -> BoolReturn Value
Whether the union’s current tag state has value “app_unlink_user”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “integration_connected”.
Note
Call this method and ensure it returns true before accessing the
integrationConnectedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationConnected;Swift
func isIntegrationConnected() -> BoolReturn Value
Whether the union’s current tag state has value “integration_connected”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “integration_disconnected”.
Note
Call this method and ensure it returns true before accessing the
integrationDisconnectedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationDisconnected;Swift
func isIntegrationDisconnected() -> BoolReturn Value
Whether the union’s current tag state has value “integration_disconnected”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_add_comment”.
Note
Call this method and ensure it returns true before accessing the
fileAddCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileAddComment;Swift
func isFileAddComment() -> BoolReturn Value
Whether the union’s current tag state has value “file_add_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_change_comment_subscription”.
Note
Call this method and ensure it returns true before accessing the
fileChangeCommentSubscriptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileChangeCommentSubscription;Swift
func isFileChangeCommentSubscription() -> BoolReturn Value
Whether the union’s current tag state has value “file_change_comment_subscription”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_delete_comment”.
Note
Call this method and ensure it returns true before accessing the
fileDeleteCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDeleteComment;Swift
func isFileDeleteComment() -> BoolReturn Value
Whether the union’s current tag state has value “file_delete_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_edit_comment”.
Note
Call this method and ensure it returns true before accessing the
fileEditCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileEditComment;Swift
func isFileEditComment() -> BoolReturn Value
Whether the union’s current tag state has value “file_edit_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_like_comment”.
Note
Call this method and ensure it returns true before accessing the
fileLikeCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLikeComment;Swift
func isFileLikeComment() -> BoolReturn Value
Whether the union’s current tag state has value “file_like_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_resolve_comment”.
Note
Call this method and ensure it returns true before accessing the
fileResolveCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileResolveComment;Swift
func isFileResolveComment() -> BoolReturn Value
Whether the union’s current tag state has value “file_resolve_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_unlike_comment”.
Note
Call this method and ensure it returns true before accessing the
fileUnlikeCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileUnlikeComment;Swift
func isFileUnlikeComment() -> BoolReturn Value
Whether the union’s current tag state has value “file_unlike_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_unresolve_comment”.
Note
Call this method and ensure it returns true before accessing the
fileUnresolveCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileUnresolveComment;Swift
func isFileUnresolveComment() -> BoolReturn Value
Whether the union’s current tag state has value “file_unresolve_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_add_folders”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyAddFoldersproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyAddFolders;Swift
func isGovernancePolicyAddFolders() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_add_folders”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_add_folder_failed”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyAddFolderFailedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyAddFolderFailed;Swift
func isGovernancePolicyAddFolderFailed() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_add_folder_failed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_content_disposed”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyContentDisposedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyContentDisposed;Swift
func isGovernancePolicyContentDisposed() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_content_disposed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_create”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyCreateproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyCreate;Swift
func isGovernancePolicyCreate() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_create”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_delete”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyDeleteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyDelete;Swift
func isGovernancePolicyDelete() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_delete”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_edit_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyEditDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyEditDetails;Swift
func isGovernancePolicyEditDetails() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_edit_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_edit_duration”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyEditDurationproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyEditDuration;Swift
func isGovernancePolicyEditDuration() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_edit_duration”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_export_created”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyExportCreatedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyExportCreated;Swift
func isGovernancePolicyExportCreated() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_export_created”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_export_removed”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyExportRemovedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyExportRemoved;Swift
func isGovernancePolicyExportRemoved() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_export_removed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_remove_folders”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyRemoveFoldersproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyRemoveFolders;Swift
func isGovernancePolicyRemoveFolders() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_remove_folders”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_report_created”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyReportCreatedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyReportCreated;Swift
func isGovernancePolicyReportCreated() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_report_created”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “governance_policy_zip_part_downloaded”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyZipPartDownloadedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyZipPartDownloaded;Swift
func isGovernancePolicyZipPartDownloaded() -> BoolReturn Value
Whether the union’s current tag state has value “governance_policy_zip_part_downloaded”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_activate_a_hold”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsActivateAHoldproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsActivateAHold;Swift
func isLegalHoldsActivateAHold() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_activate_a_hold”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_add_members”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsAddMembersproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsAddMembers;Swift
func isLegalHoldsAddMembers() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_add_members”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_change_hold_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsChangeHoldDetailsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsChangeHoldDetails;Swift
func isLegalHoldsChangeHoldDetails() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_change_hold_details”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_change_hold_name”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsChangeHoldNameproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsChangeHoldName;Swift
func isLegalHoldsChangeHoldName() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_change_hold_name”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_export_a_hold”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportAHoldproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportAHold;Swift
func isLegalHoldsExportAHold() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_export_a_hold”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_export_cancelled”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportCancelledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportCancelled;Swift
func isLegalHoldsExportCancelled() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_export_cancelled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_export_downloaded”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportDownloadedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportDownloaded;Swift
func isLegalHoldsExportDownloaded() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_export_downloaded”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_export_removed”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportRemovedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportRemoved;Swift
func isLegalHoldsExportRemoved() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_export_removed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_release_a_hold”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsReleaseAHoldproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsReleaseAHold;Swift
func isLegalHoldsReleaseAHold() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_release_a_hold”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_remove_members”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsRemoveMembersproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsRemoveMembers;Swift
func isLegalHoldsRemoveMembers() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_remove_members”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “legal_holds_report_a_hold”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsReportAHoldproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsReportAHold;Swift
func isLegalHoldsReportAHold() -> BoolReturn Value
Whether the union’s current tag state has value “legal_holds_report_a_hold”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_change_ip_desktop”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpDesktopproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpDesktop;Swift
func isDeviceChangeIpDesktop() -> BoolReturn Value
Whether the union’s current tag state has value “device_change_ip_desktop”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_change_ip_mobile”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpMobileproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpMobile;Swift
func isDeviceChangeIpMobile() -> BoolReturn Value
Whether the union’s current tag state has value “device_change_ip_mobile”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_change_ip_web”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpWebproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpWeb;Swift
func isDeviceChangeIpWeb() -> BoolReturn Value
Whether the union’s current tag state has value “device_change_ip_web”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_delete_on_unlink_fail”.
Note
Call this method and ensure it returns true before accessing the
deviceDeleteOnUnlinkFailproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceDeleteOnUnlinkFail;Swift
func isDeviceDeleteOnUnlinkFail() -> BoolReturn Value
Whether the union’s current tag state has value “device_delete_on_unlink_fail”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_delete_on_unlink_success”.
Note
Call this method and ensure it returns true before accessing the
deviceDeleteOnUnlinkSuccessproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceDeleteOnUnlinkSuccess;Swift
func isDeviceDeleteOnUnlinkSuccess() -> BoolReturn Value
Whether the union’s current tag state has value “device_delete_on_unlink_success”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_link_fail”.
Note
Call this method and ensure it returns true before accessing the
deviceLinkFailproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceLinkFail;Swift
func isDeviceLinkFail() -> BoolReturn Value
Whether the union’s current tag state has value “device_link_fail”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_link_success”.
Note
Call this method and ensure it returns true before accessing the
deviceLinkSuccessproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceLinkSuccess;Swift
func isDeviceLinkSuccess() -> BoolReturn Value
Whether the union’s current tag state has value “device_link_success”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_management_disabled”.
Note
Call this method and ensure it returns true before accessing the
deviceManagementDisabledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceManagementDisabled;Swift
func isDeviceManagementDisabled() -> BoolReturn Value
Whether the union’s current tag state has value “device_management_disabled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_management_enabled”.
Note
Call this method and ensure it returns true before accessing the
deviceManagementEnabledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceManagementEnabled;Swift
func isDeviceManagementEnabled() -> BoolReturn Value
Whether the union’s current tag state has value “device_management_enabled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_sync_backup_status_changed”.
Note
Call this method and ensure it returns true before accessing the
deviceSyncBackupStatusChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceSyncBackupStatusChanged;Swift
func isDeviceSyncBackupStatusChanged() -> BoolReturn Value
Whether the union’s current tag state has value “device_sync_backup_status_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_unlink”.
Note
Call this method and ensure it returns true before accessing the
deviceUnlinkproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceUnlink;Swift
func isDeviceUnlink() -> BoolReturn Value
Whether the union’s current tag state has value “device_unlink”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “dropbox_passwords_exported”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsExportedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsExported;Swift
func isDropboxPasswordsExported() -> BoolReturn Value
Whether the union’s current tag state has value “dropbox_passwords_exported”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “dropbox_passwords_new_device_enrolled”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsNewDeviceEnrolledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsNewDeviceEnrolled;Swift
func isDropboxPasswordsNewDeviceEnrolled() -> BoolReturn Value
Whether the union’s current tag state has value “dropbox_passwords_new_device_enrolled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_refresh_auth_token”.
Note
Call this method and ensure it returns true before accessing the
emmRefreshAuthTokenproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmRefreshAuthToken;Swift
func isEmmRefreshAuthToken() -> BoolReturn Value
Whether the union’s current tag state has value “emm_refresh_auth_token”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_drive_backup_eligibility_status_checked”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupEligibilityStatusCheckedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupEligibilityStatusChecked;Swift
func isExternalDriveBackupEligibilityStatusChecked() -> BoolReturn Value
Whether the union’s current tag state has value “external_drive_backup_eligibility_status_checked”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_drive_backup_status_changed”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupStatusChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupStatusChanged;Swift
func isExternalDriveBackupStatusChanged() -> BoolReturn Value
Whether the union’s current tag state has value “external_drive_backup_status_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_change_availability”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureChangeAvailabilityproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureChangeAvailability;Swift
func isAccountCaptureChangeAvailability() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_change_availability”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_migrate_account”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureMigrateAccountproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureMigrateAccount;Swift
func isAccountCaptureMigrateAccount() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_migrate_account”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_notification_emails_sent”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureNotificationEmailsSentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureNotificationEmailsSent;Swift
func isAccountCaptureNotificationEmailsSent() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_notification_emails_sent”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_relinquish_account”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureRelinquishAccountproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureRelinquishAccount;Swift
func isAccountCaptureRelinquishAccount() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_relinquish_account”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “disabled_domain_invites”.
Note
Call this method and ensure it returns true before accessing the
disabledDomainInvitesproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDisabledDomainInvites;Swift
func isDisabledDomainInvites() -> BoolReturn Value
Whether the union’s current tag state has value “disabled_domain_invites”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_approve_request_to_join_team”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesApproveRequestToJoinTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesApproveRequestToJoinTeam;Swift
func isDomainInvitesApproveRequestToJoinTeam() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_approve_request_to_join_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_decline_request_to_join_team”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesDeclineRequestToJoinTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesDeclineRequestToJoinTeam;Swift
func isDomainInvitesDeclineRequestToJoinTeam() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_decline_request_to_join_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_email_existing_users”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesEmailExistingUsersproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesEmailExistingUsers;Swift
func isDomainInvitesEmailExistingUsers() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_email_existing_users”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_request_to_join_team”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesRequestToJoinTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesRequestToJoinTeam;Swift
func isDomainInvitesRequestToJoinTeam() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_request_to_join_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_no”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesSetInviteNewUserPrefToNoproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesSetInviteNewUserPrefToNo;Swift
func isDomainInvitesSetInviteNewUserPrefToNo() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_no”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_yes”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesSetInviteNewUserPrefToYesproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesSetInviteNewUserPrefToYes;Swift
func isDomainInvitesSetInviteNewUserPrefToYes() -> BoolReturn Value
Whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_yes”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_verification_add_domain_fail”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationAddDomainFailproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationAddDomainFail;Swift
func isDomainVerificationAddDomainFail() -> BoolReturn Value
Whether the union’s current tag state has value “domain_verification_add_domain_fail”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_verification_add_domain_success”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationAddDomainSuccessproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationAddDomainSuccess;Swift
func isDomainVerificationAddDomainSuccess() -> BoolReturn Value
Whether the union’s current tag state has value “domain_verification_add_domain_success”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “domain_verification_remove_domain”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationRemoveDomainproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationRemoveDomain;Swift
func isDomainVerificationRemoveDomain() -> BoolReturn Value
Whether the union’s current tag state has value “domain_verification_remove_domain”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “enabled_domain_invites”.
Note
Call this method and ensure it returns true before accessing the
enabledDomainInvitesproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEnabledDomainInvites;Swift
func isEnabledDomainInvites() -> BoolReturn Value
Whether the union’s current tag state has value “enabled_domain_invites”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “apply_naming_convention”.
Note
Call this method and ensure it returns true before accessing the
applyNamingConventionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isApplyNamingConvention;Swift
func isApplyNamingConvention() -> BoolReturn Value
Whether the union’s current tag state has value “apply_naming_convention”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “create_folder”.
Note
Call this method and ensure it returns true before accessing the
createFolderproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCreateFolder;Swift
func isCreateFolder() -> BoolReturn Value
Whether the union’s current tag state has value “create_folder”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_add”.
Note
Call this method and ensure it returns true before accessing the
fileAddproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileAdd;Swift
func isFileAdd() -> BoolReturn Value
Whether the union’s current tag state has value “file_add”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_copy”.
Note
Call this method and ensure it returns true before accessing the
fileCopyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileCopy;Swift
func isFileCopy() -> BoolReturn Value
Whether the union’s current tag state has value “file_copy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_delete”.
Note
Call this method and ensure it returns true before accessing the
fileDeleteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDelete;Swift
func isFileDelete() -> BoolReturn Value
Whether the union’s current tag state has value “file_delete”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_download”.
Note
Call this method and ensure it returns true before accessing the
fileDownloadproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDownload;Swift
func isFileDownload() -> BoolReturn Value
Whether the union’s current tag state has value “file_download”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_edit”.
Note
Call this method and ensure it returns true before accessing the
fileEditproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileEdit;Swift
func isFileEdit() -> BoolReturn Value
Whether the union’s current tag state has value “file_edit”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_get_copy_reference”.
Note
Call this method and ensure it returns true before accessing the
fileGetCopyReferenceproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileGetCopyReference;Swift
func isFileGetCopyReference() -> BoolReturn Value
Whether the union’s current tag state has value “file_get_copy_reference”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_locking_lock_status_changed”.
Note
Call this method and ensure it returns true before accessing the
fileLockingLockStatusChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLockingLockStatusChanged;Swift
func isFileLockingLockStatusChanged() -> BoolReturn Value
Whether the union’s current tag state has value “file_locking_lock_status_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_move”.
Note
Call this method and ensure it returns true before accessing the
fileMoveproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileMove;Swift
func isFileMove() -> BoolReturn Value
Whether the union’s current tag state has value “file_move”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_permanently_delete”.
Note
Call this method and ensure it returns true before accessing the
filePermanentlyDeleteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFilePermanentlyDelete;Swift
func isFilePermanentlyDelete() -> BoolReturn Value
Whether the union’s current tag state has value “file_permanently_delete”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_preview”.
Note
Call this method and ensure it returns true before accessing the
filePreviewproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFilePreview;Swift
func isFilePreview() -> BoolReturn Value
Whether the union’s current tag state has value “file_preview”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_rename”.
Note
Call this method and ensure it returns true before accessing the
fileRenameproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRename;Swift
func isFileRename() -> BoolReturn Value
Whether the union’s current tag state has value “file_rename”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_restore”.
Note
Call this method and ensure it returns true before accessing the
fileRestoreproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRestore;Swift
func isFileRestore() -> BoolReturn Value
Whether the union’s current tag state has value “file_restore”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_revert”.
Note
Call this method and ensure it returns true before accessing the
fileRevertproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRevert;Swift
func isFileRevert() -> BoolReturn Value
Whether the union’s current tag state has value “file_revert”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_rollback_changes”.
Note
Call this method and ensure it returns true before accessing the
fileRollbackChangesproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRollbackChanges;Swift
func isFileRollbackChanges() -> BoolReturn Value
Whether the union’s current tag state has value “file_rollback_changes”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_save_copy_reference”.
Note
Call this method and ensure it returns true before accessing the
fileSaveCopyReferenceproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileSaveCopyReference;Swift
func isFileSaveCopyReference() -> BoolReturn Value
Whether the union’s current tag state has value “file_save_copy_reference”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “folder_overview_description_changed”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewDescriptionChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewDescriptionChanged;Swift
func isFolderOverviewDescriptionChanged() -> BoolReturn Value
Whether the union’s current tag state has value “folder_overview_description_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “folder_overview_item_pinned”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewItemPinnedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewItemPinned;Swift
func isFolderOverviewItemPinned() -> BoolReturn Value
Whether the union’s current tag state has value “folder_overview_item_pinned”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “folder_overview_item_unpinned”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewItemUnpinnedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewItemUnpinned;Swift
func isFolderOverviewItemUnpinned() -> BoolReturn Value
Whether the union’s current tag state has value “folder_overview_item_unpinned”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “object_label_added”.
Note
Call this method and ensure it returns true before accessing the
objectLabelAddedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelAdded;Swift
func isObjectLabelAdded() -> BoolReturn Value
Whether the union’s current tag state has value “object_label_added”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “object_label_removed”.
Note
Call this method and ensure it returns true before accessing the
objectLabelRemovedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelRemoved;Swift
func isObjectLabelRemoved() -> BoolReturn Value
Whether the union’s current tag state has value “object_label_removed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “object_label_updated_value”.
Note
Call this method and ensure it returns true before accessing the
objectLabelUpdatedValueproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelUpdatedValue;Swift
func isObjectLabelUpdatedValue() -> BoolReturn Value
Whether the union’s current tag state has value “object_label_updated_value”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “organize_folder_with_tidy”.
Note
Call this method and ensure it returns true before accessing the
organizeFolderWithTidyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOrganizeFolderWithTidy;Swift
func isOrganizeFolderWithTidy() -> BoolReturn Value
Whether the union’s current tag state has value “organize_folder_with_tidy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “rewind_folder”.
Note
Call this method and ensure it returns true before accessing the
rewindFolderproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isRewindFolder;Swift
func isRewindFolder() -> BoolReturn Value
Whether the union’s current tag state has value “rewind_folder”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “undo_naming_convention”.
Note
Call this method and ensure it returns true before accessing the
undoNamingConventionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUndoNamingConvention;Swift
func isUndoNamingConvention() -> BoolReturn Value
Whether the union’s current tag state has value “undo_naming_convention”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “undo_organize_folder_with_tidy”.
Note
Call this method and ensure it returns true before accessing the
undoOrganizeFolderWithTidyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUndoOrganizeFolderWithTidy;Swift
func isUndoOrganizeFolderWithTidy() -> BoolReturn Value
Whether the union’s current tag state has value “undo_organize_folder_with_tidy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “user_tags_added”.
Note
Call this method and ensure it returns true before accessing the
userTagsAddedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUserTagsAdded;Swift
func isUserTagsAdded() -> BoolReturn Value
Whether the union’s current tag state has value “user_tags_added”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “user_tags_removed”.
Note
Call this method and ensure it returns true before accessing the
userTagsRemovedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUserTagsRemoved;Swift
func isUserTagsRemoved() -> BoolReturn Value
Whether the union’s current tag state has value “user_tags_removed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “email_ingest_receive_file”.
Note
Call this method and ensure it returns true before accessing the
emailIngestReceiveFileproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmailIngestReceiveFile;Swift
func isEmailIngestReceiveFile() -> BoolReturn Value
Whether the union’s current tag state has value “email_ingest_receive_file”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_change”.
Note
Call this method and ensure it returns true before accessing the
fileRequestChangeproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestChange;Swift
func isFileRequestChange() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_change”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_close”.
Note
Call this method and ensure it returns true before accessing the
fileRequestCloseproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestClose;Swift
func isFileRequestClose() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_close”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_create”.
Note
Call this method and ensure it returns true before accessing the
fileRequestCreateproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestCreate;Swift
func isFileRequestCreate() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_create”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_delete”.
Note
Call this method and ensure it returns true before accessing the
fileRequestDeleteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestDelete;Swift
func isFileRequestDelete() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_delete”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_request_receive_file”.
Note
Call this method and ensure it returns true before accessing the
fileRequestReceiveFileproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestReceiveFile;Swift
func isFileRequestReceiveFile() -> BoolReturn Value
Whether the union’s current tag state has value “file_request_receive_file”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_add_external_id”.
Note
Call this method and ensure it returns true before accessing the
groupAddExternalIdproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupAddExternalId;Swift
func isGroupAddExternalId() -> BoolReturn Value
Whether the union’s current tag state has value “group_add_external_id”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_add_member”.
Note
Call this method and ensure it returns true before accessing the
groupAddMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupAddMember;Swift
func isGroupAddMember() -> BoolReturn Value
Whether the union’s current tag state has value “group_add_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_change_external_id”.
Note
Call this method and ensure it returns true before accessing the
groupChangeExternalIdproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeExternalId;Swift
func isGroupChangeExternalId() -> BoolReturn Value
Whether the union’s current tag state has value “group_change_external_id”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_change_management_type”.
Note
Call this method and ensure it returns true before accessing the
groupChangeManagementTypeproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeManagementType;Swift
func isGroupChangeManagementType() -> BoolReturn Value
Whether the union’s current tag state has value “group_change_management_type”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_change_member_role”.
Note
Call this method and ensure it returns true before accessing the
groupChangeMemberRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeMemberRole;Swift
func isGroupChangeMemberRole() -> BoolReturn Value
Whether the union’s current tag state has value “group_change_member_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_create”.
Note
Call this method and ensure it returns true before accessing the
groupCreateproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupCreate;Swift
func isGroupCreate() -> BoolReturn Value
Whether the union’s current tag state has value “group_create”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_delete”.
Note
Call this method and ensure it returns true before accessing the
groupDeleteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupDelete;Swift
func isGroupDelete() -> BoolReturn Value
Whether the union’s current tag state has value “group_delete”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_description_updated”.
Note
Call this method and ensure it returns true before accessing the
groupDescriptionUpdatedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupDescriptionUpdated;Swift
func isGroupDescriptionUpdated() -> BoolReturn Value
Whether the union’s current tag state has value “group_description_updated”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_join_policy_updated”.
Note
Call this method and ensure it returns true before accessing the
groupJoinPolicyUpdatedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupJoinPolicyUpdated;Swift
func isGroupJoinPolicyUpdated() -> BoolReturn Value
Whether the union’s current tag state has value “group_join_policy_updated”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_moved”.
Note
Call this method and ensure it returns true before accessing the
groupMovedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupMoved;Swift
func isGroupMoved() -> BoolReturn Value
Whether the union’s current tag state has value “group_moved”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_remove_external_id”.
Note
Call this method and ensure it returns true before accessing the
groupRemoveExternalIdproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRemoveExternalId;Swift
func isGroupRemoveExternalId() -> BoolReturn Value
Whether the union’s current tag state has value “group_remove_external_id”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_remove_member”.
Note
Call this method and ensure it returns true before accessing the
groupRemoveMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRemoveMember;Swift
func isGroupRemoveMember() -> BoolReturn Value
Whether the union’s current tag state has value “group_remove_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_rename”.
Note
Call this method and ensure it returns true before accessing the
groupRenameproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRename;Swift
func isGroupRename() -> BoolReturn Value
Whether the union’s current tag state has value “group_rename”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_lock_or_unlocked”.
Note
Call this method and ensure it returns true before accessing the
accountLockOrUnlockedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountLockOrUnlocked;Swift
func isAccountLockOrUnlocked() -> BoolReturn Value
Whether the union’s current tag state has value “account_lock_or_unlocked”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_error”.
Note
Call this method and ensure it returns true before accessing the
emmErrorproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmError;Swift
func isEmmError() -> BoolReturn Value
Whether the union’s current tag state has value “emm_error”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “guest_admin_signed_in_via_trusted_teams”.
Note
Call this method and ensure it returns true before accessing the
guestAdminSignedInViaTrustedTeamsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminSignedInViaTrustedTeams;Swift
func isGuestAdminSignedInViaTrustedTeams() -> BoolReturn Value
Whether the union’s current tag state has value “guest_admin_signed_in_via_trusted_teams”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “guest_admin_signed_out_via_trusted_teams”.
Note
Call this method and ensure it returns true before accessing the
guestAdminSignedOutViaTrustedTeamsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminSignedOutViaTrustedTeams;Swift
func isGuestAdminSignedOutViaTrustedTeams() -> BoolReturn Value
Whether the union’s current tag state has value “guest_admin_signed_out_via_trusted_teams”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “login_fail”.
Note
Call this method and ensure it returns true before accessing the
loginFailproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLoginFail;Swift
func isLoginFail() -> BoolReturn Value
Whether the union’s current tag state has value “login_fail”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “login_success”.
Note
Call this method and ensure it returns true before accessing the
loginSuccessproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLoginSuccess;Swift
func isLoginSuccess() -> BoolReturn Value
Whether the union’s current tag state has value “login_success”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “logout”.
Note
Call this method and ensure it returns true before accessing the
logoutproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLogout;Swift
func isLogout() -> BoolReturn Value
Whether the union’s current tag state has value “logout”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “reseller_support_session_end”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportSessionEndproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportSessionEnd;Swift
func isResellerSupportSessionEnd() -> BoolReturn Value
Whether the union’s current tag state has value “reseller_support_session_end”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “reseller_support_session_start”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportSessionStartproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportSessionStart;Swift
func isResellerSupportSessionStart() -> BoolReturn Value
Whether the union’s current tag state has value “reseller_support_session_start”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sign_in_as_session_end”.
Note
Call this method and ensure it returns true before accessing the
signInAsSessionEndproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSignInAsSessionEnd;Swift
func isSignInAsSessionEnd() -> BoolReturn Value
Whether the union’s current tag state has value “sign_in_as_session_end”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sign_in_as_session_start”.
Note
Call this method and ensure it returns true before accessing the
signInAsSessionStartproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSignInAsSessionStart;Swift
func isSignInAsSessionStart() -> BoolReturn Value
Whether the union’s current tag state has value “sign_in_as_session_start”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_error”.
Note
Call this method and ensure it returns true before accessing the
ssoErrorproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoError;Swift
func isSsoError() -> BoolReturn Value
Whether the union’s current tag state has value “sso_error”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “create_team_invite_link”.
Note
Call this method and ensure it returns true before accessing the
createTeamInviteLinkproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCreateTeamInviteLink;Swift
func isCreateTeamInviteLink() -> BoolReturn Value
Whether the union’s current tag state has value “create_team_invite_link”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “delete_team_invite_link”.
Note
Call this method and ensure it returns true before accessing the
deleteTeamInviteLinkproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeleteTeamInviteLink;Swift
func isDeleteTeamInviteLink() -> BoolReturn Value
Whether the union’s current tag state has value “delete_team_invite_link”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_add_external_id”.
Note
Call this method and ensure it returns true before accessing the
memberAddExternalIdproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberAddExternalId;Swift
func isMemberAddExternalId() -> BoolReturn Value
Whether the union’s current tag state has value “member_add_external_id”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_add_name”.
Note
Call this method and ensure it returns true before accessing the
memberAddNameproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberAddName;Swift
func isMemberAddName() -> BoolReturn Value
Whether the union’s current tag state has value “member_add_name”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_admin_role”.
Note
Call this method and ensure it returns true before accessing the
memberChangeAdminRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeAdminRole;Swift
func isMemberChangeAdminRole() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_admin_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_email”.
Note
Call this method and ensure it returns true before accessing the
memberChangeEmailproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeEmail;Swift
func isMemberChangeEmail() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_email”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_external_id”.
Note
Call this method and ensure it returns true before accessing the
memberChangeExternalIdproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeExternalId;Swift
func isMemberChangeExternalId() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_external_id”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_membership_type”.
Note
Call this method and ensure it returns true before accessing the
memberChangeMembershipTypeproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeMembershipType;Swift
func isMemberChangeMembershipType() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_membership_type”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_name”.
Note
Call this method and ensure it returns true before accessing the
memberChangeNameproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeName;Swift
func isMemberChangeName() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_name”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_reseller_role”.
Note
Call this method and ensure it returns true before accessing the
memberChangeResellerRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeResellerRole;Swift
func isMemberChangeResellerRole() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_reseller_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_change_status”.
Note
Call this method and ensure it returns true before accessing the
memberChangeStatusproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeStatus;Swift
func isMemberChangeStatus() -> BoolReturn Value
Whether the union’s current tag state has value “member_change_status”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_delete_manual_contacts”.
Note
Call this method and ensure it returns true before accessing the
memberDeleteManualContactsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberDeleteManualContacts;Swift
func isMemberDeleteManualContacts() -> BoolReturn Value
Whether the union’s current tag state has value “member_delete_manual_contacts”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_delete_profile_photo”.
Note
Call this method and ensure it returns true before accessing the
memberDeleteProfilePhotoproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberDeleteProfilePhoto;Swift
func isMemberDeleteProfilePhoto() -> BoolReturn Value
Whether the union’s current tag state has value “member_delete_profile_photo”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_permanently_delete_account_contents”.
Note
Call this method and ensure it returns true before accessing the
memberPermanentlyDeleteAccountContentsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberPermanentlyDeleteAccountContents;Swift
func isMemberPermanentlyDeleteAccountContents() -> BoolReturn Value
Whether the union’s current tag state has value “member_permanently_delete_account_contents”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_remove_external_id”.
Note
Call this method and ensure it returns true before accessing the
memberRemoveExternalIdproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberRemoveExternalId;Swift
func isMemberRemoveExternalId() -> BoolReturn Value
Whether the union’s current tag state has value “member_remove_external_id”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_set_profile_photo”.
Note
Call this method and ensure it returns true before accessing the
memberSetProfilePhotoproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSetProfilePhoto;Swift
func isMemberSetProfilePhoto() -> BoolReturn Value
Whether the union’s current tag state has value “member_set_profile_photo”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_add_custom_quota”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsAddCustomQuotaproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsAddCustomQuota;Swift
func isMemberSpaceLimitsAddCustomQuota() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_add_custom_quota”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_change_custom_quota”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeCustomQuotaproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeCustomQuota;Swift
func isMemberSpaceLimitsChangeCustomQuota() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_change_custom_quota”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_change_status”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeStatusproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeStatus;Swift
func isMemberSpaceLimitsChangeStatus() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_change_status”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_remove_custom_quota”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsRemoveCustomQuotaproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsRemoveCustomQuota;Swift
func isMemberSpaceLimitsRemoveCustomQuota() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_remove_custom_quota”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_suggest”.
Note
Call this method and ensure it returns true before accessing the
memberSuggestproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSuggest;Swift
func isMemberSuggest() -> BoolReturn Value
Whether the union’s current tag state has value “member_suggest”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_transfer_account_contents”.
Note
Call this method and ensure it returns true before accessing the
memberTransferAccountContentsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberTransferAccountContents;Swift
func isMemberTransferAccountContents() -> BoolReturn Value
Whether the union’s current tag state has value “member_transfer_account_contents”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “pending_secondary_email_added”.
Note
Call this method and ensure it returns true before accessing the
pendingSecondaryEmailAddedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPendingSecondaryEmailAdded;Swift
func isPendingSecondaryEmailAdded() -> BoolReturn Value
Whether the union’s current tag state has value “pending_secondary_email_added”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “secondary_email_deleted”.
Note
Call this method and ensure it returns true before accessing the
secondaryEmailDeletedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryEmailDeleted;Swift
func isSecondaryEmailDeleted() -> BoolReturn Value
Whether the union’s current tag state has value “secondary_email_deleted”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “secondary_email_verified”.
Note
Call this method and ensure it returns true before accessing the
secondaryEmailVerifiedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryEmailVerified;Swift
func isSecondaryEmailVerified() -> BoolReturn Value
Whether the union’s current tag state has value “secondary_email_verified”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “secondary_mails_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
secondaryMailsPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryMailsPolicyChanged;Swift
func isSecondaryMailsPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “secondary_mails_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_add_page”.
Note
Call this method and ensure it returns true before accessing the
binderAddPageproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderAddPage;Swift
func isBinderAddPage() -> BoolReturn Value
Whether the union’s current tag state has value “binder_add_page”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_add_section”.
Note
Call this method and ensure it returns true before accessing the
binderAddSectionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderAddSection;Swift
func isBinderAddSection() -> BoolReturn Value
Whether the union’s current tag state has value “binder_add_section”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_remove_page”.
Note
Call this method and ensure it returns true before accessing the
binderRemovePageproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRemovePage;Swift
func isBinderRemovePage() -> BoolReturn Value
Whether the union’s current tag state has value “binder_remove_page”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_remove_section”.
Note
Call this method and ensure it returns true before accessing the
binderRemoveSectionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRemoveSection;Swift
func isBinderRemoveSection() -> BoolReturn Value
Whether the union’s current tag state has value “binder_remove_section”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_rename_page”.
Note
Call this method and ensure it returns true before accessing the
binderRenamePageproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRenamePage;Swift
func isBinderRenamePage() -> BoolReturn Value
Whether the union’s current tag state has value “binder_rename_page”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_rename_section”.
Note
Call this method and ensure it returns true before accessing the
binderRenameSectionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRenameSection;Swift
func isBinderRenameSection() -> BoolReturn Value
Whether the union’s current tag state has value “binder_rename_section”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_reorder_page”.
Note
Call this method and ensure it returns true before accessing the
binderReorderPageproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderReorderPage;Swift
func isBinderReorderPage() -> BoolReturn Value
Whether the union’s current tag state has value “binder_reorder_page”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “binder_reorder_section”.
Note
Call this method and ensure it returns true before accessing the
binderReorderSectionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderReorderSection;Swift
func isBinderReorderSection() -> BoolReturn Value
Whether the union’s current tag state has value “binder_reorder_section”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_add_member”.
Note
Call this method and ensure it returns true before accessing the
paperContentAddMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentAddMember;Swift
func isPaperContentAddMember() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_add_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_add_to_folder”.
Note
Call this method and ensure it returns true before accessing the
paperContentAddToFolderproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentAddToFolder;Swift
func isPaperContentAddToFolder() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_add_to_folder”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_archive”.
Note
Call this method and ensure it returns true before accessing the
paperContentArchiveproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentArchive;Swift
func isPaperContentArchive() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_archive”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_create”.
Note
Call this method and ensure it returns true before accessing the
paperContentCreateproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentCreate;Swift
func isPaperContentCreate() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_create”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_permanently_delete”.
Note
Call this method and ensure it returns true before accessing the
paperContentPermanentlyDeleteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentPermanentlyDelete;Swift
func isPaperContentPermanentlyDelete() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_permanently_delete”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_remove_from_folder”.
Note
Call this method and ensure it returns true before accessing the
paperContentRemoveFromFolderproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRemoveFromFolder;Swift
func isPaperContentRemoveFromFolder() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_remove_from_folder”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_remove_member”.
Note
Call this method and ensure it returns true before accessing the
paperContentRemoveMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRemoveMember;Swift
func isPaperContentRemoveMember() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_remove_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_rename”.
Note
Call this method and ensure it returns true before accessing the
paperContentRenameproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRename;Swift
func isPaperContentRename() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_rename”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_content_restore”.
Note
Call this method and ensure it returns true before accessing the
paperContentRestoreproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRestore;Swift
func isPaperContentRestore() -> BoolReturn Value
Whether the union’s current tag state has value “paper_content_restore”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_add_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocAddCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocAddComment;Swift
func isPaperDocAddComment() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_add_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_change_member_role”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeMemberRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeMemberRole;Swift
func isPaperDocChangeMemberRole() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_change_member_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_change_sharing_policy”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeSharingPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeSharingPolicy;Swift
func isPaperDocChangeSharingPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_change_sharing_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_change_subscription”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeSubscriptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeSubscription;Swift
func isPaperDocChangeSubscription() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_change_subscription”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_deleted”.
Note
Call this method and ensure it returns true before accessing the
paperDocDeletedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDeleted;Swift
func isPaperDocDeleted() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_deleted”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_delete_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocDeleteCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDeleteComment;Swift
func isPaperDocDeleteComment() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_delete_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_download”.
Note
Call this method and ensure it returns true before accessing the
paperDocDownloadproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDownload;Swift
func isPaperDocDownload() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_download”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_edit”.
Note
Call this method and ensure it returns true before accessing the
paperDocEditproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocEdit;Swift
func isPaperDocEdit() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_edit”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_edit_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocEditCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocEditComment;Swift
func isPaperDocEditComment() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_edit_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_followed”.
Note
Call this method and ensure it returns true before accessing the
paperDocFollowedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocFollowed;Swift
func isPaperDocFollowed() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_followed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_mention”.
Note
Call this method and ensure it returns true before accessing the
paperDocMentionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocMention;Swift
func isPaperDocMention() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_mention”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_ownership_changed”.
Note
Call this method and ensure it returns true before accessing the
paperDocOwnershipChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocOwnershipChanged;Swift
func isPaperDocOwnershipChanged() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_ownership_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_request_access”.
Note
Call this method and ensure it returns true before accessing the
paperDocRequestAccessproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocRequestAccess;Swift
func isPaperDocRequestAccess() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_request_access”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_resolve_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocResolveCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocResolveComment;Swift
func isPaperDocResolveComment() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_resolve_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_revert”.
Note
Call this method and ensure it returns true before accessing the
paperDocRevertproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocRevert;Swift
func isPaperDocRevert() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_revert”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_slack_share”.
Note
Call this method and ensure it returns true before accessing the
paperDocSlackShareproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocSlackShare;Swift
func isPaperDocSlackShare() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_slack_share”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_team_invite”.
Note
Call this method and ensure it returns true before accessing the
paperDocTeamInviteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocTeamInvite;Swift
func isPaperDocTeamInvite() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_team_invite”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_trashed”.
Note
Call this method and ensure it returns true before accessing the
paperDocTrashedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocTrashed;Swift
func isPaperDocTrashed() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_trashed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_unresolve_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocUnresolveCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocUnresolveComment;Swift
func isPaperDocUnresolveComment() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_unresolve_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_untrashed”.
Note
Call this method and ensure it returns true before accessing the
paperDocUntrashedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocUntrashed;Swift
func isPaperDocUntrashed() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_untrashed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_doc_view”.
Note
Call this method and ensure it returns true before accessing the
paperDocViewproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocView;Swift
func isPaperDocView() -> BoolReturn Value
Whether the union’s current tag state has value “paper_doc_view”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_external_view_allow”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewAllowproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewAllow;Swift
func isPaperExternalViewAllow() -> BoolReturn Value
Whether the union’s current tag state has value “paper_external_view_allow”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_external_view_default_team”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewDefaultTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewDefaultTeam;Swift
func isPaperExternalViewDefaultTeam() -> BoolReturn Value
Whether the union’s current tag state has value “paper_external_view_default_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_external_view_forbid”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewForbidproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewForbid;Swift
func isPaperExternalViewForbid() -> BoolReturn Value
Whether the union’s current tag state has value “paper_external_view_forbid”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_folder_change_subscription”.
Note
Call this method and ensure it returns true before accessing the
paperFolderChangeSubscriptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderChangeSubscription;Swift
func isPaperFolderChangeSubscription() -> BoolReturn Value
Whether the union’s current tag state has value “paper_folder_change_subscription”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_folder_deleted”.
Note
Call this method and ensure it returns true before accessing the
paperFolderDeletedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderDeleted;Swift
func isPaperFolderDeleted() -> BoolReturn Value
Whether the union’s current tag state has value “paper_folder_deleted”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_folder_followed”.
Note
Call this method and ensure it returns true before accessing the
paperFolderFollowedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderFollowed;Swift
func isPaperFolderFollowed() -> BoolReturn Value
Whether the union’s current tag state has value “paper_folder_followed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_folder_team_invite”.
Note
Call this method and ensure it returns true before accessing the
paperFolderTeamInviteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderTeamInvite;Swift
func isPaperFolderTeamInvite() -> BoolReturn Value
Whether the union’s current tag state has value “paper_folder_team_invite”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_published_link_change_permission”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkChangePermissionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkChangePermission;Swift
func isPaperPublishedLinkChangePermission() -> BoolReturn Value
Whether the union’s current tag state has value “paper_published_link_change_permission”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_published_link_create”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkCreateproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkCreate;Swift
func isPaperPublishedLinkCreate() -> BoolReturn Value
Whether the union’s current tag state has value “paper_published_link_create”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_published_link_disabled”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkDisabledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkDisabled;Swift
func isPaperPublishedLinkDisabled() -> BoolReturn Value
Whether the union’s current tag state has value “paper_published_link_disabled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_published_link_view”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkViewproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkView;Swift
func isPaperPublishedLinkView() -> BoolReturn Value
Whether the union’s current tag state has value “paper_published_link_view”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “password_change”.
Note
Call this method and ensure it returns true before accessing the
passwordChangeproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordChange;Swift
func isPasswordChange() -> BoolReturn Value
Whether the union’s current tag state has value “password_change”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “password_reset”.
Note
Call this method and ensure it returns true before accessing the
passwordResetproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordReset;Swift
func isPasswordReset() -> BoolReturn Value
Whether the union’s current tag state has value “password_reset”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “password_reset_all”.
Note
Call this method and ensure it returns true before accessing the
passwordResetAllproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordResetAll;Swift
func isPasswordResetAll() -> BoolReturn Value
Whether the union’s current tag state has value “password_reset_all”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “classification_create_report”.
Note
Call this method and ensure it returns true before accessing the
classificationCreateReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationCreateReport;Swift
func isClassificationCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “classification_create_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “classification_create_report_fail”.
Note
Call this method and ensure it returns true before accessing the
classificationCreateReportFailproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationCreateReportFail;Swift
func isClassificationCreateReportFail() -> BoolReturn Value
Whether the union’s current tag state has value “classification_create_report_fail”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_create_exceptions_report”.
Note
Call this method and ensure it returns true before accessing the
emmCreateExceptionsReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmCreateExceptionsReport;Swift
func isEmmCreateExceptionsReport() -> BoolReturn Value
Whether the union’s current tag state has value “emm_create_exceptions_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_create_usage_report”.
Note
Call this method and ensure it returns true before accessing the
emmCreateUsageReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmCreateUsageReport;Swift
func isEmmCreateUsageReport() -> BoolReturn Value
Whether the union’s current tag state has value “emm_create_usage_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “export_members_report”.
Note
Call this method and ensure it returns true before accessing the
exportMembersReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExportMembersReport;Swift
func isExportMembersReport() -> BoolReturn Value
Whether the union’s current tag state has value “export_members_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “export_members_report_fail”.
Note
Call this method and ensure it returns true before accessing the
exportMembersReportFailproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExportMembersReportFail;Swift
func isExportMembersReportFail() -> BoolReturn Value
Whether the union’s current tag state has value “export_members_report_fail”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_sharing_create_report”.
Note
Call this method and ensure it returns true before accessing the
externalSharingCreateReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalSharingCreateReport;Swift
func isExternalSharingCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “external_sharing_create_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_sharing_report_failed”.
Note
Call this method and ensure it returns true before accessing the
externalSharingReportFailedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalSharingReportFailed;Swift
func isExternalSharingReportFailed() -> BoolReturn Value
Whether the union’s current tag state has value “external_sharing_report_failed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_expiration_link_gen_create_report”.
Note
Call this method and ensure it returns true before accessing the
noExpirationLinkGenCreateReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoExpirationLinkGenCreateReport;Swift
func isNoExpirationLinkGenCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “no_expiration_link_gen_create_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_expiration_link_gen_report_failed”.
Note
Call this method and ensure it returns true before accessing the
noExpirationLinkGenReportFailedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoExpirationLinkGenReportFailed;Swift
func isNoExpirationLinkGenReportFailed() -> BoolReturn Value
Whether the union’s current tag state has value “no_expiration_link_gen_report_failed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_password_link_gen_create_report”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkGenCreateReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkGenCreateReport;Swift
func isNoPasswordLinkGenCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “no_password_link_gen_create_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_password_link_gen_report_failed”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkGenReportFailedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkGenReportFailed;Swift
func isNoPasswordLinkGenReportFailed() -> BoolReturn Value
Whether the union’s current tag state has value “no_password_link_gen_report_failed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_password_link_view_create_report”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkViewCreateReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkViewCreateReport;Swift
func isNoPasswordLinkViewCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “no_password_link_view_create_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “no_password_link_view_report_failed”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkViewReportFailedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkViewReportFailed;Swift
func isNoPasswordLinkViewReportFailed() -> BoolReturn Value
Whether the union’s current tag state has value “no_password_link_view_report_failed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “outdated_link_view_create_report”.
Note
Call this method and ensure it returns true before accessing the
outdatedLinkViewCreateReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOutdatedLinkViewCreateReport;Swift
func isOutdatedLinkViewCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “outdated_link_view_create_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “outdated_link_view_report_failed”.
Note
Call this method and ensure it returns true before accessing the
outdatedLinkViewReportFailedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOutdatedLinkViewReportFailed;Swift
func isOutdatedLinkViewReportFailed() -> BoolReturn Value
Whether the union’s current tag state has value “outdated_link_view_report_failed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_admin_export_start”.
Note
Call this method and ensure it returns true before accessing the
paperAdminExportStartproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperAdminExportStart;Swift
func isPaperAdminExportStart() -> BoolReturn Value
Whether the union’s current tag state has value “paper_admin_export_start”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smart_sync_create_admin_privilege_report”.
Note
Call this method and ensure it returns true before accessing the
smartSyncCreateAdminPrivilegeReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncCreateAdminPrivilegeReport;Swift
func isSmartSyncCreateAdminPrivilegeReport() -> BoolReturn Value
Whether the union’s current tag state has value “smart_sync_create_admin_privilege_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_activity_create_report”.
Note
Call this method and ensure it returns true before accessing the
teamActivityCreateReportproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamActivityCreateReport;Swift
func isTeamActivityCreateReport() -> BoolReturn Value
Whether the union’s current tag state has value “team_activity_create_report”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_activity_create_report_fail”.
Note
Call this method and ensure it returns true before accessing the
teamActivityCreateReportFailproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamActivityCreateReportFail;Swift
func isTeamActivityCreateReportFail() -> BoolReturn Value
Whether the union’s current tag state has value “team_activity_create_report_fail”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “collection_share”.
Note
Call this method and ensure it returns true before accessing the
collectionShareproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCollectionShare;Swift
func isCollectionShare() -> BoolReturn Value
Whether the union’s current tag state has value “collection_share”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_file_add”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersFileAddproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersFileAdd;Swift
func isFileTransfersFileAdd() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_file_add”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_transfer_delete”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferDeleteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferDelete;Swift
func isFileTransfersTransferDelete() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_transfer_delete”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_transfer_download”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferDownloadproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferDownload;Swift
func isFileTransfersTransferDownload() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_transfer_download”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_transfer_send”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferSendproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferSend;Swift
func isFileTransfersTransferSend() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_transfer_send”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_transfer_view”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferViewproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferView;Swift
func isFileTransfersTransferView() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_transfer_view”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_acl_invite_only”.
Note
Call this method and ensure it returns true before accessing the
noteAclInviteOnlyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclInviteOnly;Swift
func isNoteAclInviteOnly() -> BoolReturn Value
Whether the union’s current tag state has value “note_acl_invite_only”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_acl_link”.
Note
Call this method and ensure it returns true before accessing the
noteAclLinkproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclLink;Swift
func isNoteAclLink() -> BoolReturn Value
Whether the union’s current tag state has value “note_acl_link”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_acl_team_link”.
Note
Call this method and ensure it returns true before accessing the
noteAclTeamLinkproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclTeamLink;Swift
func isNoteAclTeamLink() -> BoolReturn Value
Whether the union’s current tag state has value “note_acl_team_link”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_shared”.
Note
Call this method and ensure it returns true before accessing the
noteSharedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteShared;Swift
func isNoteShared() -> BoolReturn Value
Whether the union’s current tag state has value “note_shared”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “note_share_receive”.
Note
Call this method and ensure it returns true before accessing the
noteShareReceiveproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteShareReceive;Swift
func isNoteShareReceive() -> BoolReturn Value
Whether the union’s current tag state has value “note_share_receive”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “open_note_shared”.
Note
Call this method and ensure it returns true before accessing the
openNoteSharedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOpenNoteShared;Swift
func isOpenNoteShared() -> BoolReturn Value
Whether the union’s current tag state has value “open_note_shared”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_add_group”.
Note
Call this method and ensure it returns true before accessing the
sfAddGroupproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfAddGroup;Swift
func isSfAddGroup() -> BoolReturn Value
Whether the union’s current tag state has value “sf_add_group”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_allow_non_members_to_view_shared_links”.
Note
Call this method and ensure it returns true before accessing the
sfAllowNonMembersToViewSharedLinksproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfAllowNonMembersToViewSharedLinks;Swift
func isSfAllowNonMembersToViewSharedLinks() -> BoolReturn Value
Whether the union’s current tag state has value “sf_allow_non_members_to_view_shared_links”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_external_invite_warn”.
Note
Call this method and ensure it returns true before accessing the
sfExternalInviteWarnproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfExternalInviteWarn;Swift
func isSfExternalInviteWarn() -> BoolReturn Value
Whether the union’s current tag state has value “sf_external_invite_warn”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_fb_invite”.
Note
Call this method and ensure it returns true before accessing the
sfFbInviteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbInvite;Swift
func isSfFbInvite() -> BoolReturn Value
Whether the union’s current tag state has value “sf_fb_invite”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_fb_invite_change_role”.
Note
Call this method and ensure it returns true before accessing the
sfFbInviteChangeRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbInviteChangeRole;Swift
func isSfFbInviteChangeRole() -> BoolReturn Value
Whether the union’s current tag state has value “sf_fb_invite_change_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_fb_uninvite”.
Note
Call this method and ensure it returns true before accessing the
sfFbUninviteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbUninvite;Swift
func isSfFbUninvite() -> BoolReturn Value
Whether the union’s current tag state has value “sf_fb_uninvite”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_invite_group”.
Note
Call this method and ensure it returns true before accessing the
sfInviteGroupproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfInviteGroup;Swift
func isSfInviteGroup() -> BoolReturn Value
Whether the union’s current tag state has value “sf_invite_group”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_grant_access”.
Note
Call this method and ensure it returns true before accessing the
sfTeamGrantAccessproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamGrantAccess;Swift
func isSfTeamGrantAccess() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_grant_access”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_invite”.
Note
Call this method and ensure it returns true before accessing the
sfTeamInviteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamInvite;Swift
func isSfTeamInvite() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_invite”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_invite_change_role”.
Note
Call this method and ensure it returns true before accessing the
sfTeamInviteChangeRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamInviteChangeRole;Swift
func isSfTeamInviteChangeRole() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_invite_change_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_join”.
Note
Call this method and ensure it returns true before accessing the
sfTeamJoinproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamJoin;Swift
func isSfTeamJoin() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_join”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_join_from_oob_link”.
Note
Call this method and ensure it returns true before accessing the
sfTeamJoinFromOobLinkproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamJoinFromOobLink;Swift
func isSfTeamJoinFromOobLink() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_join_from_oob_link”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sf_team_uninvite”.
Note
Call this method and ensure it returns true before accessing the
sfTeamUninviteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamUninvite;Swift
func isSfTeamUninvite() -> BoolReturn Value
Whether the union’s current tag state has value “sf_team_uninvite”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_add_invitees”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddInviteesproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddInvitees;Swift
func isSharedContentAddInvitees() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_add_invitees”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_add_link_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddLinkExpiryproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddLinkExpiry;Swift
func isSharedContentAddLinkExpiry() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_add_link_expiry”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_add_link_password”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddLinkPasswordproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddLinkPassword;Swift
func isSharedContentAddLinkPassword() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_add_link_password”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_add_member”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddMember;Swift
func isSharedContentAddMember() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_add_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_downloads_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeDownloadsPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeDownloadsPolicy;Swift
func isSharedContentChangeDownloadsPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_downloads_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_invitee_role”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeInviteeRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeInviteeRole;Swift
func isSharedContentChangeInviteeRole() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_invitee_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_link_audience”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkAudienceproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkAudience;Swift
func isSharedContentChangeLinkAudience() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_link_audience”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_link_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkExpiryproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkExpiry;Swift
func isSharedContentChangeLinkExpiry() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_link_expiry”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_link_password”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkPasswordproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkPassword;Swift
func isSharedContentChangeLinkPassword() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_link_password”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_member_role”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeMemberRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeMemberRole;Swift
func isSharedContentChangeMemberRole() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_member_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_change_viewer_info_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeViewerInfoPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeViewerInfoPolicy;Swift
func isSharedContentChangeViewerInfoPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_change_viewer_info_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_claim_invitation”.
Note
Call this method and ensure it returns true before accessing the
sharedContentClaimInvitationproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentClaimInvitation;Swift
func isSharedContentClaimInvitation() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_claim_invitation”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_copy”.
Note
Call this method and ensure it returns true before accessing the
sharedContentCopyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentCopy;Swift
func isSharedContentCopy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_copy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_download”.
Note
Call this method and ensure it returns true before accessing the
sharedContentDownloadproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentDownload;Swift
func isSharedContentDownload() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_download”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_relinquish_membership”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRelinquishMembershipproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRelinquishMembership;Swift
func isSharedContentRelinquishMembership() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_relinquish_membership”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_remove_invitees”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveInviteesproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveInvitees;Swift
func isSharedContentRemoveInvitees() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_remove_invitees”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_remove_link_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveLinkExpiryproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveLinkExpiry;Swift
func isSharedContentRemoveLinkExpiry() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_remove_link_expiry”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_remove_link_password”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveLinkPasswordproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveLinkPassword;Swift
func isSharedContentRemoveLinkPassword() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_remove_link_password”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_remove_member”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveMember;Swift
func isSharedContentRemoveMember() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_remove_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_request_access”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRequestAccessproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRequestAccess;Swift
func isSharedContentRequestAccess() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_request_access”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_restore_invitees”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRestoreInviteesproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRestoreInvitees;Swift
func isSharedContentRestoreInvitees() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_restore_invitees”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_restore_member”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRestoreMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRestoreMember;Swift
func isSharedContentRestoreMember() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_restore_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_unshare”.
Note
Call this method and ensure it returns true before accessing the
sharedContentUnshareproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentUnshare;Swift
func isSharedContentUnshare() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_unshare”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_content_view”.
Note
Call this method and ensure it returns true before accessing the
sharedContentViewproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentView;Swift
func isSharedContentView() -> BoolReturn Value
Whether the union’s current tag state has value “shared_content_view”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_change_link_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeLinkPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeLinkPolicy;Swift
func isSharedFolderChangeLinkPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_change_link_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersInheritancePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersInheritancePolicy;Swift
func isSharedFolderChangeMembersInheritancePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_change_members_management_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersManagementPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersManagementPolicy;Swift
func isSharedFolderChangeMembersManagementPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_change_members_management_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_change_members_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersPolicy;Swift
func isSharedFolderChangeMembersPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_change_members_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_create”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderCreateproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderCreate;Swift
func isSharedFolderCreate() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_create”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_decline_invitation”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderDeclineInvitationproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderDeclineInvitation;Swift
func isSharedFolderDeclineInvitation() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_decline_invitation”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_mount”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderMountproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderMount;Swift
func isSharedFolderMount() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_mount”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_nest”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderNestproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderNest;Swift
func isSharedFolderNest() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_nest”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_transfer_ownership”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderTransferOwnershipproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderTransferOwnership;Swift
func isSharedFolderTransferOwnership() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_transfer_ownership”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_folder_unmount”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderUnmountproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderUnmount;Swift
func isSharedFolderUnmount() -> BoolReturn Value
Whether the union’s current tag state has value “shared_folder_unmount”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_add_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkAddExpiryproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkAddExpiry;Swift
func isSharedLinkAddExpiry() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_add_expiry”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_change_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkChangeExpiryproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkChangeExpiry;Swift
func isSharedLinkChangeExpiry() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_change_expiry”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_change_visibility”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkChangeVisibilityproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkChangeVisibility;Swift
func isSharedLinkChangeVisibility() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_change_visibility”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_copy”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkCopyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkCopy;Swift
func isSharedLinkCopy() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_copy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_create”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkCreateproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkCreate;Swift
func isSharedLinkCreate() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_create”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_disable”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkDisableproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkDisable;Swift
func isSharedLinkDisable() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_disable”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_download”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkDownloadproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkDownload;Swift
func isSharedLinkDownload() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_download”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_remove_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkRemoveExpiryproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkRemoveExpiry;Swift
func isSharedLinkRemoveExpiry() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_remove_expiry”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_add_expiration”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAddExpirationproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAddExpiration;Swift
func isSharedLinkSettingsAddExpiration() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_add_expiration”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_add_password”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAddPasswordproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAddPassword;Swift
func isSharedLinkSettingsAddPassword() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_add_password”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_allow_download_disabled”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAllowDownloadDisabledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAllowDownloadDisabled;Swift
func isSharedLinkSettingsAllowDownloadDisabled() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_allow_download_disabled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_allow_download_enabled”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAllowDownloadEnabledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAllowDownloadEnabled;Swift
func isSharedLinkSettingsAllowDownloadEnabled() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_allow_download_enabled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_change_audience”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangeAudienceproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangeAudience;Swift
func isSharedLinkSettingsChangeAudience() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_change_audience”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_change_expiration”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangeExpirationproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangeExpiration;Swift
func isSharedLinkSettingsChangeExpiration() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_change_expiration”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_change_password”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangePasswordproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangePassword;Swift
func isSharedLinkSettingsChangePassword() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_change_password”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_remove_expiration”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsRemoveExpirationproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsRemoveExpiration;Swift
func isSharedLinkSettingsRemoveExpiration() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_remove_expiration”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_settings_remove_password”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsRemovePasswordproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsRemovePassword;Swift
func isSharedLinkSettingsRemovePassword() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_settings_remove_password”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_share”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkShareproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkShare;Swift
func isSharedLinkShare() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_share”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_link_view”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkViewproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkView;Swift
func isSharedLinkView() -> BoolReturn Value
Whether the union’s current tag state has value “shared_link_view”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shared_note_opened”.
Note
Call this method and ensure it returns true before accessing the
sharedNoteOpenedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedNoteOpened;Swift
func isSharedNoteOpened() -> BoolReturn Value
Whether the union’s current tag state has value “shared_note_opened”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shmodel_disable_downloads”.
Note
Call this method and ensure it returns true before accessing the
shmodelDisableDownloadsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelDisableDownloads;Swift
func isShmodelDisableDownloads() -> BoolReturn Value
Whether the union’s current tag state has value “shmodel_disable_downloads”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shmodel_enable_downloads”.
Note
Call this method and ensure it returns true before accessing the
shmodelEnableDownloadsproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelEnableDownloads;Swift
func isShmodelEnableDownloads() -> BoolReturn Value
Whether the union’s current tag state has value “shmodel_enable_downloads”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “shmodel_group_share”.
Note
Call this method and ensure it returns true before accessing the
shmodelGroupShareproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelGroupShare;Swift
func isShmodelGroupShare() -> BoolReturn Value
Whether the union’s current tag state has value “shmodel_group_share”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_access_granted”.
Note
Call this method and ensure it returns true before accessing the
showcaseAccessGrantedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseAccessGranted;Swift
func isShowcaseAccessGranted() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_access_granted”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_add_member”.
Note
Call this method and ensure it returns true before accessing the
showcaseAddMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseAddMember;Swift
func isShowcaseAddMember() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_add_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_archived”.
Note
Call this method and ensure it returns true before accessing the
showcaseArchivedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseArchived;Swift
func isShowcaseArchived() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_archived”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_created”.
Note
Call this method and ensure it returns true before accessing the
showcaseCreatedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseCreated;Swift
func isShowcaseCreated() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_created”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_delete_comment”.
Note
Call this method and ensure it returns true before accessing the
showcaseDeleteCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseDeleteComment;Swift
func isShowcaseDeleteComment() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_delete_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_edited”.
Note
Call this method and ensure it returns true before accessing the
showcaseEditedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseEdited;Swift
func isShowcaseEdited() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_edited”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_edit_comment”.
Note
Call this method and ensure it returns true before accessing the
showcaseEditCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseEditComment;Swift
func isShowcaseEditComment() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_edit_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_file_added”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileAddedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileAdded;Swift
func isShowcaseFileAdded() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_file_added”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_file_download”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileDownloadproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileDownload;Swift
func isShowcaseFileDownload() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_file_download”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_file_removed”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileRemovedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileRemoved;Swift
func isShowcaseFileRemoved() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_file_removed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_file_view”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileViewproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileView;Swift
func isShowcaseFileView() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_file_view”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_permanently_deleted”.
Note
Call this method and ensure it returns true before accessing the
showcasePermanentlyDeletedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcasePermanentlyDeleted;Swift
func isShowcasePermanentlyDeleted() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_permanently_deleted”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_post_comment”.
Note
Call this method and ensure it returns true before accessing the
showcasePostCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcasePostComment;Swift
func isShowcasePostComment() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_post_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_remove_member”.
Note
Call this method and ensure it returns true before accessing the
showcaseRemoveMemberproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRemoveMember;Swift
func isShowcaseRemoveMember() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_remove_member”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_renamed”.
Note
Call this method and ensure it returns true before accessing the
showcaseRenamedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRenamed;Swift
func isShowcaseRenamed() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_renamed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_request_access”.
Note
Call this method and ensure it returns true before accessing the
showcaseRequestAccessproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRequestAccess;Swift
func isShowcaseRequestAccess() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_request_access”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_resolve_comment”.
Note
Call this method and ensure it returns true before accessing the
showcaseResolveCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseResolveComment;Swift
func isShowcaseResolveComment() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_resolve_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_restored”.
Note
Call this method and ensure it returns true before accessing the
showcaseRestoredproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRestored;Swift
func isShowcaseRestored() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_restored”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_trashed”.
Note
Call this method and ensure it returns true before accessing the
showcaseTrashedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseTrashed;Swift
func isShowcaseTrashed() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_trashed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_trashed_deprecated”.
Note
Call this method and ensure it returns true before accessing the
showcaseTrashedDeprecatedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseTrashedDeprecated;Swift
func isShowcaseTrashedDeprecated() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_trashed_deprecated”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_unresolve_comment”.
Note
Call this method and ensure it returns true before accessing the
showcaseUnresolveCommentproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUnresolveComment;Swift
func isShowcaseUnresolveComment() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_unresolve_comment”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_untrashed”.
Note
Call this method and ensure it returns true before accessing the
showcaseUntrashedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUntrashed;Swift
func isShowcaseUntrashed() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_untrashed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_untrashed_deprecated”.
Note
Call this method and ensure it returns true before accessing the
showcaseUntrashedDeprecatedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUntrashedDeprecated;Swift
func isShowcaseUntrashedDeprecated() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_untrashed_deprecated”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_view”.
Note
Call this method and ensure it returns true before accessing the
showcaseViewproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseView;Swift
func isShowcaseView() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_view”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_add_cert”.
Note
Call this method and ensure it returns true before accessing the
ssoAddCertproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddCert;Swift
func isSsoAddCert() -> BoolReturn Value
Whether the union’s current tag state has value “sso_add_cert”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_add_login_url”.
Note
Call this method and ensure it returns true before accessing the
ssoAddLoginUrlproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddLoginUrl;Swift
func isSsoAddLoginUrl() -> BoolReturn Value
Whether the union’s current tag state has value “sso_add_login_url”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_add_logout_url”.
Note
Call this method and ensure it returns true before accessing the
ssoAddLogoutUrlproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddLogoutUrl;Swift
func isSsoAddLogoutUrl() -> BoolReturn Value
Whether the union’s current tag state has value “sso_add_logout_url”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_cert”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeCertproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeCert;Swift
func isSsoChangeCert() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_cert”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_login_url”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeLoginUrlproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeLoginUrl;Swift
func isSsoChangeLoginUrl() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_login_url”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_logout_url”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeLogoutUrlproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeLogoutUrl;Swift
func isSsoChangeLogoutUrl() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_logout_url”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_saml_identity_mode”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeSamlIdentityModeproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeSamlIdentityMode;Swift
func isSsoChangeSamlIdentityMode() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_saml_identity_mode”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_remove_cert”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveCertproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveCert;Swift
func isSsoRemoveCert() -> BoolReturn Value
Whether the union’s current tag state has value “sso_remove_cert”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_remove_login_url”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveLoginUrlproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveLoginUrl;Swift
func isSsoRemoveLoginUrl() -> BoolReturn Value
Whether the union’s current tag state has value “sso_remove_login_url”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_remove_logout_url”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveLogoutUrlproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveLogoutUrl;Swift
func isSsoRemoveLogoutUrl() -> BoolReturn Value
Whether the union’s current tag state has value “sso_remove_logout_url”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_change_status”.
Note
Call this method and ensure it returns true before accessing the
teamFolderChangeStatusproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderChangeStatus;Swift
func isTeamFolderChangeStatus() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_change_status”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_create”.
Note
Call this method and ensure it returns true before accessing the
teamFolderCreateproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderCreate;Swift
func isTeamFolderCreate() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_create”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_downgrade”.
Note
Call this method and ensure it returns true before accessing the
teamFolderDowngradeproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderDowngrade;Swift
func isTeamFolderDowngrade() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_downgrade”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_permanently_delete”.
Note
Call this method and ensure it returns true before accessing the
teamFolderPermanentlyDeleteproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderPermanentlyDelete;Swift
func isTeamFolderPermanentlyDelete() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_permanently_delete”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_folder_rename”.
Note
Call this method and ensure it returns true before accessing the
teamFolderRenameproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderRename;Swift
func isTeamFolderRename() -> BoolReturn Value
Whether the union’s current tag state has value “team_folder_rename”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_selective_sync_settings_changed”.
Note
Call this method and ensure it returns true before accessing the
teamSelectiveSyncSettingsChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSelectiveSyncSettingsChanged;Swift
func isTeamSelectiveSyncSettingsChanged() -> BoolReturn Value
Whether the union’s current tag state has value “team_selective_sync_settings_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “account_capture_change_policy”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureChangePolicy;Swift
func isAccountCaptureChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “account_capture_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “admin_email_reminders_changed”.
Note
Call this method and ensure it returns true before accessing the
adminEmailRemindersChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminEmailRemindersChanged;Swift
func isAdminEmailRemindersChanged() -> BoolReturn Value
Whether the union’s current tag state has value “admin_email_reminders_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “allow_download_disabled”.
Note
Call this method and ensure it returns true before accessing the
allowDownloadDisabledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAllowDownloadDisabled;Swift
func isAllowDownloadDisabled() -> BoolReturn Value
Whether the union’s current tag state has value “allow_download_disabled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “allow_download_enabled”.
Note
Call this method and ensure it returns true before accessing the
allowDownloadEnabledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAllowDownloadEnabled;Swift
func isAllowDownloadEnabled() -> BoolReturn Value
Whether the union’s current tag state has value “allow_download_enabled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “app_permissions_changed”.
Note
Call this method and ensure it returns true before accessing the
appPermissionsChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppPermissionsChanged;Swift
func isAppPermissionsChanged() -> BoolReturn Value
Whether the union’s current tag state has value “app_permissions_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “camera_uploads_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
cameraUploadsPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCameraUploadsPolicyChanged;Swift
func isCameraUploadsPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “camera_uploads_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “capture_transcript_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
captureTranscriptPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCaptureTranscriptPolicyChanged;Swift
func isCaptureTranscriptPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “capture_transcript_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “classification_change_policy”.
Note
Call this method and ensure it returns true before accessing the
classificationChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationChangePolicy;Swift
func isClassificationChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “classification_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “computer_backup_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
computerBackupPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isComputerBackupPolicyChanged;Swift
func isComputerBackupPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “computer_backup_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “content_administration_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
contentAdministrationPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isContentAdministrationPolicyChanged;Swift
func isContentAdministrationPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “content_administration_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “data_placement_restriction_change_policy”.
Note
Call this method and ensure it returns true before accessing the
dataPlacementRestrictionChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataPlacementRestrictionChangePolicy;Swift
func isDataPlacementRestrictionChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “data_placement_restriction_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “data_placement_restriction_satisfy_policy”.
Note
Call this method and ensure it returns true before accessing the
dataPlacementRestrictionSatisfyPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataPlacementRestrictionSatisfyPolicy;Swift
func isDataPlacementRestrictionSatisfyPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “data_placement_restriction_satisfy_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_add_exception”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsAddExceptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsAddException;Swift
func isDeviceApprovalsAddException() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_add_exception”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_change_desktop_policy”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeDesktopPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeDesktopPolicy;Swift
func isDeviceApprovalsChangeDesktopPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_change_desktop_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_change_mobile_policy”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeMobilePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeMobilePolicy;Swift
func isDeviceApprovalsChangeMobilePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_change_mobile_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_change_overage_action”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeOverageActionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeOverageAction;Swift
func isDeviceApprovalsChangeOverageAction() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_change_overage_action”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_change_unlink_action”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeUnlinkActionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeUnlinkAction;Swift
func isDeviceApprovalsChangeUnlinkAction() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_change_unlink_action”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “device_approvals_remove_exception”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsRemoveExceptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsRemoveException;Swift
func isDeviceApprovalsRemoveException() -> BoolReturn Value
Whether the union’s current tag state has value “device_approvals_remove_exception”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “directory_restrictions_add_members”.
Note
Call this method and ensure it returns true before accessing the
directoryRestrictionsAddMembersproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDirectoryRestrictionsAddMembers;Swift
func isDirectoryRestrictionsAddMembers() -> BoolReturn Value
Whether the union’s current tag state has value “directory_restrictions_add_members”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “directory_restrictions_remove_members”.
Note
Call this method and ensure it returns true before accessing the
directoryRestrictionsRemoveMembersproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDirectoryRestrictionsRemoveMembers;Swift
func isDirectoryRestrictionsRemoveMembers() -> BoolReturn Value
Whether the union’s current tag state has value “directory_restrictions_remove_members”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “dropbox_passwords_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsPolicyChanged;Swift
func isDropboxPasswordsPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “dropbox_passwords_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “email_ingest_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
emailIngestPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmailIngestPolicyChanged;Swift
func isEmailIngestPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “email_ingest_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_add_exception”.
Note
Call this method and ensure it returns true before accessing the
emmAddExceptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmAddException;Swift
func isEmmAddException() -> BoolReturn Value
Whether the union’s current tag state has value “emm_add_exception”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_change_policy”.
Note
Call this method and ensure it returns true before accessing the
emmChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmChangePolicy;Swift
func isEmmChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “emm_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “emm_remove_exception”.
Note
Call this method and ensure it returns true before accessing the
emmRemoveExceptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmRemoveException;Swift
func isEmmRemoveException() -> BoolReturn Value
Whether the union’s current tag state has value “emm_remove_exception”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “extended_version_history_change_policy”.
Note
Call this method and ensure it returns true before accessing the
extendedVersionHistoryChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExtendedVersionHistoryChangePolicy;Swift
func isExtendedVersionHistoryChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “extended_version_history_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “external_drive_backup_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupPolicyChanged;Swift
func isExternalDriveBackupPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “external_drive_backup_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_comments_change_policy”.
Note
Call this method and ensure it returns true before accessing the
fileCommentsChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileCommentsChangePolicy;Swift
func isFileCommentsChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “file_comments_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_locking_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
fileLockingPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLockingPolicyChanged;Swift
func isFileLockingPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “file_locking_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_provider_migration_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
fileProviderMigrationPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileProviderMigrationPolicyChanged;Swift
func isFileProviderMigrationPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “file_provider_migration_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_requests_change_policy”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsChangePolicy;Swift
func isFileRequestsChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “file_requests_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_requests_emails_enabled”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsEmailsEnabledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsEmailsEnabled;Swift
func isFileRequestsEmailsEnabled() -> BoolReturn Value
Whether the union’s current tag state has value “file_requests_emails_enabled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsEmailsRestrictedToTeamOnlyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsEmailsRestrictedToTeamOnly;Swift
func isFileRequestsEmailsRestrictedToTeamOnly() -> BoolReturn Value
Whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “file_transfers_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersPolicyChanged;Swift
func isFileTransfersPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “file_transfers_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “folder_link_restriction_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
folderLinkRestrictionPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderLinkRestrictionPolicyChanged;Swift
func isFolderLinkRestrictionPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “folder_link_restriction_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “google_sso_change_policy”.
Note
Call this method and ensure it returns true before accessing the
googleSsoChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGoogleSsoChangePolicy;Swift
func isGoogleSsoChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “google_sso_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “group_user_management_change_policy”.
Note
Call this method and ensure it returns true before accessing the
groupUserManagementChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupUserManagementChangePolicy;Swift
func isGroupUserManagementChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “group_user_management_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “integration_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
integrationPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationPolicyChanged;Swift
func isIntegrationPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “integration_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “invite_acceptance_email_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
inviteAcceptanceEmailPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isInviteAcceptanceEmailPolicyChanged;Swift
func isInviteAcceptanceEmailPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “invite_acceptance_email_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_requests_change_policy”.
Note
Call this method and ensure it returns true before accessing the
memberRequestsChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberRequestsChangePolicy;Swift
func isMemberRequestsChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “member_requests_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_send_invite_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
memberSendInvitePolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSendInvitePolicyChanged;Swift
func isMemberSendInvitePolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “member_send_invite_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_add_exception”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsAddExceptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsAddException;Swift
func isMemberSpaceLimitsAddException() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_add_exception”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_change_caps_type_policy”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeCapsTypePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeCapsTypePolicy;Swift
func isMemberSpaceLimitsChangeCapsTypePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_change_caps_type_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_change_policy”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangePolicy;Swift
func isMemberSpaceLimitsChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_space_limits_remove_exception”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsRemoveExceptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsRemoveException;Swift
func isMemberSpaceLimitsRemoveException() -> BoolReturn Value
Whether the union’s current tag state has value “member_space_limits_remove_exception”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “member_suggestions_change_policy”.
Note
Call this method and ensure it returns true before accessing the
memberSuggestionsChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSuggestionsChangePolicy;Swift
func isMemberSuggestionsChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “member_suggestions_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “microsoft_office_addin_change_policy”.
Note
Call this method and ensure it returns true before accessing the
microsoftOfficeAddinChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMicrosoftOfficeAddinChangePolicy;Swift
func isMicrosoftOfficeAddinChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “microsoft_office_addin_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “network_control_change_policy”.
Note
Call this method and ensure it returns true before accessing the
networkControlChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNetworkControlChangePolicy;Swift
func isNetworkControlChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “network_control_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_change_deployment_policy”.
Note
Call this method and ensure it returns true before accessing the
paperChangeDeploymentPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeDeploymentPolicy;Swift
func isPaperChangeDeploymentPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “paper_change_deployment_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_change_member_link_policy”.
Note
Call this method and ensure it returns true before accessing the
paperChangeMemberLinkPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeMemberLinkPolicy;Swift
func isPaperChangeMemberLinkPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “paper_change_member_link_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_change_member_policy”.
Note
Call this method and ensure it returns true before accessing the
paperChangeMemberPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeMemberPolicy;Swift
func isPaperChangeMemberPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “paper_change_member_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_change_policy”.
Note
Call this method and ensure it returns true before accessing the
paperChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangePolicy;Swift
func isPaperChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “paper_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_default_folder_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
paperDefaultFolderPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDefaultFolderPolicyChanged;Swift
func isPaperDefaultFolderPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “paper_default_folder_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_desktop_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
paperDesktopPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDesktopPolicyChanged;Swift
func isPaperDesktopPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “paper_desktop_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_enabled_users_group_addition”.
Note
Call this method and ensure it returns true before accessing the
paperEnabledUsersGroupAdditionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperEnabledUsersGroupAddition;Swift
func isPaperEnabledUsersGroupAddition() -> BoolReturn Value
Whether the union’s current tag state has value “paper_enabled_users_group_addition”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “paper_enabled_users_group_removal”.
Note
Call this method and ensure it returns true before accessing the
paperEnabledUsersGroupRemovalproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperEnabledUsersGroupRemoval;Swift
func isPaperEnabledUsersGroupRemoval() -> BoolReturn Value
Whether the union’s current tag state has value “paper_enabled_users_group_removal”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “password_strength_requirements_change_policy”.
Note
Call this method and ensure it returns true before accessing the
passwordStrengthRequirementsChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordStrengthRequirementsChangePolicy;Swift
func isPasswordStrengthRequirementsChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “password_strength_requirements_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “permanent_delete_change_policy”.
Note
Call this method and ensure it returns true before accessing the
permanentDeleteChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPermanentDeleteChangePolicy;Swift
func isPermanentDeleteChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “permanent_delete_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “reseller_support_change_policy”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportChangePolicy;Swift
func isResellerSupportChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “reseller_support_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “rewind_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
rewindPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isRewindPolicyChanged;Swift
func isRewindPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “rewind_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “send_for_signature_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
sendForSignaturePolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSendForSignaturePolicyChanged;Swift
func isSendForSignaturePolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “send_for_signature_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_folder_join_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeFolderJoinPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeFolderJoinPolicy;Swift
func isSharingChangeFolderJoinPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_folder_join_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkAllowChangeExpirationPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkAllowChangeExpirationPolicy;Swift
func isSharingChangeLinkAllowChangeExpirationPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_link_default_expiration_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkDefaultExpirationPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkDefaultExpirationPolicy;Swift
func isSharingChangeLinkDefaultExpirationPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_link_default_expiration_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_link_enforce_password_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkEnforcePasswordPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkEnforcePasswordPolicy;Swift
func isSharingChangeLinkEnforcePasswordPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_link_enforce_password_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_link_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkPolicy;Swift
func isSharingChangeLinkPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_link_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sharing_change_member_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeMemberPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeMemberPolicy;Swift
func isSharingChangeMemberPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “sharing_change_member_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_change_download_policy”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeDownloadPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeDownloadPolicy;Swift
func isShowcaseChangeDownloadPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_change_download_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_change_enabled_policy”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeEnabledPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeEnabledPolicy;Swift
func isShowcaseChangeEnabledPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_change_enabled_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “showcase_change_external_sharing_policy”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeExternalSharingPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeExternalSharingPolicy;Swift
func isShowcaseChangeExternalSharingPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “showcase_change_external_sharing_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smarter_smart_sync_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
smarterSmartSyncPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmarterSmartSyncPolicyChanged;Swift
func isSmarterSmartSyncPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “smarter_smart_sync_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smart_sync_change_policy”.
Note
Call this method and ensure it returns true before accessing the
smartSyncChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncChangePolicy;Swift
func isSmartSyncChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “smart_sync_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smart_sync_not_opt_out”.
Note
Call this method and ensure it returns true before accessing the
smartSyncNotOptOutproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncNotOptOut;Swift
func isSmartSyncNotOptOut() -> BoolReturn Value
Whether the union’s current tag state has value “smart_sync_not_opt_out”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “smart_sync_opt_out”.
Note
Call this method and ensure it returns true before accessing the
smartSyncOptOutproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncOptOut;Swift
func isSmartSyncOptOut() -> BoolReturn Value
Whether the union’s current tag state has value “smart_sync_opt_out”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “sso_change_policy”.
Note
Call this method and ensure it returns true before accessing the
ssoChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangePolicy;Swift
func isSsoChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “sso_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_branding_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
teamBrandingPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamBrandingPolicyChanged;Swift
func isTeamBrandingPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “team_branding_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_extensions_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
teamExtensionsPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamExtensionsPolicyChanged;Swift
func isTeamExtensionsPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “team_extensions_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_selective_sync_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
teamSelectiveSyncPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSelectiveSyncPolicyChanged;Swift
func isTeamSelectiveSyncPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “team_selective_sync_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed”.
Note
Call this method and ensure it returns true before accessing the
teamSharingWhitelistSubjectsChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSharingWhitelistSubjectsChanged;Swift
func isTeamSharingWhitelistSubjectsChanged() -> BoolReturn Value
Whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_add_exception”.
Note
Call this method and ensure it returns true before accessing the
tfaAddExceptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddException;Swift
func isTfaAddException() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_add_exception”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_change_policy”.
Note
Call this method and ensure it returns true before accessing the
tfaChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangePolicy;Swift
func isTfaChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_remove_exception”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveExceptionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveException;Swift
func isTfaRemoveException() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_remove_exception”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “two_account_change_policy”.
Note
Call this method and ensure it returns true before accessing the
twoAccountChangePolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTwoAccountChangePolicy;Swift
func isTwoAccountChangePolicy() -> BoolReturn Value
Whether the union’s current tag state has value “two_account_change_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “viewer_info_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
viewerInfoPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isViewerInfoPolicyChanged;Swift
func isViewerInfoPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “viewer_info_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “watermarking_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
watermarkingPolicyChangedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWatermarkingPolicyChanged;Swift
func isWatermarkingPolicyChanged() -> BoolReturn Value
Whether the union’s current tag state has value “watermarking_policy_changed”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “web_sessions_change_active_session_limit”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeActiveSessionLimitproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeActiveSessionLimit;Swift
func isWebSessionsChangeActiveSessionLimit() -> BoolReturn Value
Whether the union’s current tag state has value “web_sessions_change_active_session_limit”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “web_sessions_change_fixed_length_policy”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeFixedLengthPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeFixedLengthPolicy;Swift
func isWebSessionsChangeFixedLengthPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “web_sessions_change_fixed_length_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “web_sessions_change_idle_length_policy”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeIdleLengthPolicyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeIdleLengthPolicy;Swift
func isWebSessionsChangeIdleLengthPolicy() -> BoolReturn Value
Whether the union’s current tag state has value “web_sessions_change_idle_length_policy”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “data_residency_migration_request_successful”.
Note
Call this method and ensure it returns true before accessing the
dataResidencyMigrationRequestSuccessfulproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataResidencyMigrationRequestSuccessful;Swift
func isDataResidencyMigrationRequestSuccessful() -> BoolReturn Value
Whether the union’s current tag state has value “data_residency_migration_request_successful”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “data_residency_migration_request_unsuccessful”.
Note
Call this method and ensure it returns true before accessing the
dataResidencyMigrationRequestUnsuccessfulproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataResidencyMigrationRequestUnsuccessful;Swift
func isDataResidencyMigrationRequestUnsuccessful() -> BoolReturn Value
Whether the union’s current tag state has value “data_residency_migration_request_unsuccessful”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_from”.
Note
Call this method and ensure it returns true before accessing the
teamMergeFromproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeFrom;Swift
func isTeamMergeFrom() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_from”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_to”.
Note
Call this method and ensure it returns true before accessing the
teamMergeToproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeTo;Swift
func isTeamMergeTo() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_to”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_add_background”.
Note
Call this method and ensure it returns true before accessing the
teamProfileAddBackgroundproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileAddBackground;Swift
func isTeamProfileAddBackground() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_add_background”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_add_logo”.
Note
Call this method and ensure it returns true before accessing the
teamProfileAddLogoproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileAddLogo;Swift
func isTeamProfileAddLogo() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_add_logo”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_change_background”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeBackgroundproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeBackground;Swift
func isTeamProfileChangeBackground() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_change_background”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_change_default_language”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeDefaultLanguageproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeDefaultLanguage;Swift
func isTeamProfileChangeDefaultLanguage() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_change_default_language”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_change_logo”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeLogoproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeLogo;Swift
func isTeamProfileChangeLogo() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_change_logo”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_change_name”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeNameproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeName;Swift
func isTeamProfileChangeName() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_change_name”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_remove_background”.
Note
Call this method and ensure it returns true before accessing the
teamProfileRemoveBackgroundproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileRemoveBackground;Swift
func isTeamProfileRemoveBackground() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_remove_background”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_profile_remove_logo”.
Note
Call this method and ensure it returns true before accessing the
teamProfileRemoveLogoproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileRemoveLogo;Swift
func isTeamProfileRemoveLogo() -> BoolReturn Value
Whether the union’s current tag state has value “team_profile_remove_logo”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_add_backup_phone”.
Note
Call this method and ensure it returns true before accessing the
tfaAddBackupPhoneproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddBackupPhone;Swift
func isTfaAddBackupPhone() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_add_backup_phone”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_add_security_key”.
Note
Call this method and ensure it returns true before accessing the
tfaAddSecurityKeyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddSecurityKey;Swift
func isTfaAddSecurityKey() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_add_security_key”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_change_backup_phone”.
Note
Call this method and ensure it returns true before accessing the
tfaChangeBackupPhoneproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangeBackupPhone;Swift
func isTfaChangeBackupPhone() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_change_backup_phone”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_change_status”.
Note
Call this method and ensure it returns true before accessing the
tfaChangeStatusproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangeStatus;Swift
func isTfaChangeStatus() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_change_status”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_remove_backup_phone”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveBackupPhoneproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveBackupPhone;Swift
func isTfaRemoveBackupPhone() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_remove_backup_phone”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_remove_security_key”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveSecurityKeyproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveSecurityKey;Swift
func isTfaRemoveSecurityKey() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_remove_security_key”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “tfa_reset”.
Note
Call this method and ensure it returns true before accessing the
tfaResetproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaReset;Swift
func isTfaReset() -> BoolReturn Value
Whether the union’s current tag state has value “tfa_reset”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “changed_enterprise_admin_role”.
Note
Call this method and ensure it returns true before accessing the
changedEnterpriseAdminRoleproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isChangedEnterpriseAdminRole;Swift
func isChangedEnterpriseAdminRole() -> BoolReturn Value
Whether the union’s current tag state has value “changed_enterprise_admin_role”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “changed_enterprise_connected_team_status”.
Note
Call this method and ensure it returns true before accessing the
changedEnterpriseConnectedTeamStatusproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isChangedEnterpriseConnectedTeamStatus;Swift
func isChangedEnterpriseConnectedTeamStatus() -> BoolReturn Value
Whether the union’s current tag state has value “changed_enterprise_connected_team_status”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “ended_enterprise_admin_session”.
Note
Call this method and ensure it returns true before accessing the
endedEnterpriseAdminSessionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEndedEnterpriseAdminSession;Swift
func isEndedEnterpriseAdminSession() -> BoolReturn Value
Whether the union’s current tag state has value “ended_enterprise_admin_session”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated”.
Note
Call this method and ensure it returns true before accessing the
endedEnterpriseAdminSessionDeprecatedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEndedEnterpriseAdminSessionDeprecated;Swift
func isEndedEnterpriseAdminSessionDeprecated() -> BoolReturn Value
Whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “enterprise_settings_locking”.
Note
Call this method and ensure it returns true before accessing the
enterpriseSettingsLockingproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEnterpriseSettingsLocking;Swift
func isEnterpriseSettingsLocking() -> BoolReturn Value
Whether the union’s current tag state has value “enterprise_settings_locking”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “guest_admin_change_status”.
Note
Call this method and ensure it returns true before accessing the
guestAdminChangeStatusproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminChangeStatus;Swift
func isGuestAdminChangeStatus() -> BoolReturn Value
Whether the union’s current tag state has value “guest_admin_change_status”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “started_enterprise_admin_session”.
Note
Call this method and ensure it returns true before accessing the
startedEnterpriseAdminSessionproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isStartedEnterpriseAdminSession;Swift
func isStartedEnterpriseAdminSession() -> BoolReturn Value
Whether the union’s current tag state has value “started_enterprise_admin_session”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_accepted”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAcceptedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAccepted;Swift
func isTeamMergeRequestAccepted() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_accepted”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAcceptedShownToPrimaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedShownToPrimaryTeam;Swift
func isTeamMergeRequestAcceptedShownToPrimaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAcceptedShownToSecondaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedShownToSecondaryTeam;Swift
func isTeamMergeRequestAcceptedShownToSecondaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_auto_canceled”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAutoCanceledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAutoCanceled;Swift
func isTeamMergeRequestAutoCanceled() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_auto_canceled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_canceled”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceledproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceled;Swift
func isTeamMergeRequestCanceled() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_canceled”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceledShownToPrimaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledShownToPrimaryTeam;Swift
func isTeamMergeRequestCanceledShownToPrimaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceledShownToSecondaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledShownToSecondaryTeam;Swift
func isTeamMergeRequestCanceledShownToSecondaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_expired”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpiredproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpired;Swift
func isTeamMergeRequestExpired() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_expired”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpiredShownToPrimaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredShownToPrimaryTeam;Swift
func isTeamMergeRequestExpiredShownToPrimaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpiredShownToSecondaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredShownToSecondaryTeam;Swift
func isTeamMergeRequestExpiredShownToSecondaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRejectedShownToPrimaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRejectedShownToPrimaryTeam;Swift
func isTeamMergeRequestRejectedShownToPrimaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRejectedShownToSecondaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRejectedShownToSecondaryTeam;Swift
func isTeamMergeRequestRejectedShownToSecondaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_reminder”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminderproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminder;Swift
func isTeamMergeRequestReminder() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_reminder”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminderShownToPrimaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderShownToPrimaryTeam;Swift
func isTeamMergeRequestReminderShownToPrimaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminderShownToSecondaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderShownToSecondaryTeam;Swift
func isTeamMergeRequestReminderShownToSecondaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_revoked”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRevokedproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRevoked;Swift
func isTeamMergeRequestRevoked() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_revoked”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestSentShownToPrimaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestSentShownToPrimaryTeam;Swift
func isTeamMergeRequestSentShownToPrimaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestSentShownToSecondaryTeamproperty, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestSentShownToSecondaryTeam;Swift
func isTeamMergeRequestSentShownToSecondaryTeam() -> BoolReturn Value
Whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team”.
 - 
                  
                  
Retrieves whether the union’s current tag state has value “other”.
Declaration
Objective-C
- (BOOL)isOther;Swift
func isOther() -> BoolReturn Value
Whether the union’s current tag state has value “other”.
 - 
                  
                  
Retrieves string value of union’s current tag state.
Declaration
Objective-C
- (nonnull NSString *)tagName;Swift
func tagName() -> StringReturn Value
A human-readable string representing the union’s current tag state.
 
View on GitHub
        DBTEAMLOGEventType Class Reference