Dropbox .NET SDK

Class ShmodelEnableDownloadsDetails

Enabled downloads for link.

Inheritance
object
ShmodelEnableDownloadsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ShmodelEnableDownloadsDetails

Constructors

View Source

ShmodelEnableDownloadsDetails(UserLogInfo)

Initializes a new instance of the ShmodelEnableDownloadsDetails class.

Declaration
public ShmodelEnableDownloadsDetails(UserLogInfo sharedLinkOwner = null)
Parameters
Type Name Description
UserLogInfo sharedLinkOwner

Shared link owner details. Might be missing due to historical data gap.

Properties

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
  • View Source
In this article
Back to top Dropbox .NET SDK