Dropbox .NET SDK

Class SignTemplateSharedDetails

Shared template.

Inheritance
object
SignTemplateSharedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SignTemplateSharedDetails

Constructors

View Source

SignTemplateSharedDetails(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 Source

AccessLevel

The access level of the template.

Declaration
public string AccessLevel { get; protected set; }
Property Value
Type Description
string
View Source

FileName

The name of the related file.

Declaration
public string FileName { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK