Class ShmodelDisableDownloadsDetails
Disabled downloads for link.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ShmodelDisableDownloadsDetails
Constructors
View SourceShmodelDisableDownloadsDetails(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
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 |