Class ShmodelEnableDownloadsDetails
Enabled downloads for link.
Inheritance
System.Object
ShmodelEnableDownloadsDetails
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 ShmodelEnableDownloadsDetails
Constructors
| Improve this Doc View SourceShmodelEnableDownloadsDetails(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
| Improve this Doc View SourceSharedLinkOwner
Shared link owner details. Might be missing due to historical data gap.
Declaration
public UserLogInfo SharedLinkOwner { get; protected set; }
Property Value
Type | Description |
---|---|
UserLogInfo |