Table of Contents

Class TemplateSharing

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

The share templates with the list of teams.

[DataContract]
public class TemplateSharing
Inheritance
TemplateSharing
Inherited Members

Properties

Teams

Gets or sets the list of teams.

[DataMember(Name = "teams", EmitDefaultValue = false)]
public List<TemplateTeamShare> Teams { get; set; }

Property Value

List<TemplateTeamShare>