Class SignTemplateSharedDetails
Shared template.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SignTemplateSharedDetails
Constructors
View SourceSignTemplateSharedDetails(string, string)
Initializes a new instance of the SignTemplateSharedDetails class.
Declaration
public SignTemplateSharedDetails(string accessLevel, string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accessLevel | The access level of the template. |
| string | fileName | The name of the related file. |
Properties
View SourceAccessLevel
The access level of the template.
Declaration
public string AccessLevel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
FileName
The name of the related file.
Declaration
public string FileName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |