RightsManagementTemplate Constructor (String, String, String) |
Initializes a new instance of the RightsManagementTemplate class.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic RightsManagementTemplate(
string templateID,
string templateName,
string templateDescription
)
Public Sub New (
templateID As String,
templateName As String,
templateDescription As String
)
public:
RightsManagementTemplate(
String^ templateID,
String^ templateName,
String^ templateDescription
)
new :
templateID : string *
templateName : string *
templateDescription : string -> RightsManagementTemplate
Parameters
- templateID
- Type: SystemString
Template identifier - templateName
- Type: SystemString
Template name - templateDescription
- Type: SystemString
Template description
See Also