Show / Hide Table of Contents

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 Source

SharedLinkShareDetails(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 Source

ExternalUsers

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>
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedLinkShareDetails(UserLogInfo, IEnumerable<ExternalUserLogInfo>)
  • Properties
    • ExternalUsers
    • SharedLinkOwner
Back to top Generated by DocFX