Class SharedLinkShareDetails
Added members as audience of shared link.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkShareDetails
Constructors
View SourceSharedLinkShareDetails(UserLogInfo, IEnumerable<ExternalUserLogInfo>)
Initializes a new instance of the SharedLinkShareDetails class.
Declaration
public SharedLinkShareDetails(UserLogInfo sharedLinkOwner = null, IEnumerable<ExternalUserLogInfo> externalUsers = null)
Parameters
| Type | Name | Description |
|---|---|---|
| UserLogInfo | sharedLinkOwner | Shared link owner details. Might be missing due to historical data gap. |
| IEnumerable<ExternalUserLogInfo> | externalUsers | Users without a Dropbox account that were added as shared link audience. |
Properties
View SourceExternalUsers
Users without a Dropbox account that were added as shared link audience.
Declaration
public IList<ExternalUserLogInfo> ExternalUsers { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ExternalUserLogInfo> |
SharedLinkOwner
Shared link owner details. Might be missing due to historical data gap.
Declaration
public UserLogInfo SharedLinkOwner { get; protected set; }
Property Value
| Type | Description |
|---|---|
| UserLogInfo |