RightsManagementTemplate

RightsManagementTemplate class

Contains the template identifier, name, and description of a rights policy template available on the client.

public class RightsManagementTemplate

Constructors

Name Description
RightsManagementTemplate() Initializes a new instance of the RightsManagementTemplate class.
RightsManagementTemplate(string, string, string) Initializes a new instance of the RightsManagementTemplate class.

Properties

Name Description
TemplateDescription { get; set; } Template description
TemplateID { get; set; } Template identifier
TemplateName { get; set; } Template name

See Also