Show / Hide Table of Contents

Class ShmodelDisableDownloadsDetails

Disabled downloads for link.

Inheritance
System.Object
ShmodelDisableDownloadsDetails
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 ShmodelDisableDownloadsDetails

Constructors

| Improve this Doc View Source

ShmodelDisableDownloadsDetails(UserLogInfo)

Initializes a new instance of the ShmodelDisableDownloadsDetails class.

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

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

Properties

| 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
    • ShmodelDisableDownloadsDetails(UserLogInfo)
  • Properties
    • SharedLinkOwner
Back to top Generated by DocFX