Class SharedLinkShareDetails
Added members as audience of shared link.
Inheritance
System.Object
SharedLinkShareDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkShareDetails
Constructors
| Improve this Doc 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. |
System.Collections.Generic.IEnumerable<ExternalUserLogInfo> | externalUsers | Users without a Dropbox account that were added as shared link audience. |
Properties
| Improve this Doc 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 |
---|---|
System.Collections.Generic.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 |