Class SharedTemplateDetail
The shared template details have functions that define the team id, access type of shared template.
[DataContract]
public class SharedTemplateDetail
- Inheritance
-
SharedTemplateDetail
- Inherited Members
Constructors
SharedTemplateDetail(string, TemplateAccessType)
Initializes a new instance of the SharedTemplateDetail class.
public SharedTemplateDetail(string teamId = null, TemplateAccessType accessType = (TemplateAccessType)0)
Parameters
teamId
stringGets or sets shared template's teamId..
accessType
TemplateAccessTypeGets or sets shared template's access Type..
Properties
AccessType
Gets or sets recipient Access Type.
[DataMember(Name = "accessType", EmitDefaultValue = true)]
public TemplateAccessType AccessType { get; set; }
Property Value
- TemplateAccessType
Gets the value of recipient Access Type.
TeamId
Gets or sets recipient Team Id.
[DataMember(Name = "teamId", EmitDefaultValue = true)]
public string TeamId { get; set; }
Property Value
- string
Gets the value of recipient Team Id.
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.