PublishingUseLicenseRequest Constructors

Definition

Overloads

PublishingUseLicenseRequest()

Creates a PublishingUseLicenseRequest for the user in the token

PublishingUseLicenseRequest(String)

Creates a PublishingUseLicenseRequest for the user in delegatedUserEmail

PublishingUseLicenseRequest()

Creates a PublishingUseLicenseRequest for the user in the token

public PublishingUseLicenseRequest ();
Public Sub New ()

Applies to

PublishingUseLicenseRequest(String)

Creates a PublishingUseLicenseRequest for the user in delegatedUserEmail

public PublishingUseLicenseRequest (string delegatedUserEmail);
new Microsoft.InformationProtection.Protection.PublishingUseLicenseRequest : string -> Microsoft.InformationProtection.Protection.PublishingUseLicenseRequest
Public Sub New (delegatedUserEmail As String)

Parameters

delegatedUserEmail
String

Applies to