Class SharedLinkShareType
The shared link share type object
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkShareType
Constructors
View SourceSharedLinkShareType(string)
Initializes a new instance of the SharedLinkShareType class.
Declaration
public SharedLinkShareType(string description)
Parameters
| Type | Name | Description |
|---|---|---|
| string | description | The description |
Properties
View SourceDescription
Gets the description of the shared link share type
Declaration
public string Description { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |