Class SharedContentRequestAccessDetails
Requested access to shared file/folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentRequestAccessDetails
Constructors
View SourceSharedContentRequestAccessDetails(string)
Initializes a new instance of the SharedContentRequestAccessDetails class.
Declaration
public SharedContentRequestAccessDetails(string sharedContentLink = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sharedContentLink | Shared content link. |
Properties
View SourceSharedContentLink
Shared content link.
Declaration
public string SharedContentLink { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |