Dropbox .NET SDK

Class SignTemplateCreatedDetails

Created template.

Inheritance
object
SignTemplateCreatedDetails
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 SignTemplateCreatedDetails

Constructors

View Source

SignTemplateCreatedDetails(string, string)

Initializes a new instance of the SignTemplateCreatedDetails class.

Declaration
public SignTemplateCreatedDetails(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