ContentLabel(Label, DateTime, AssignmentMethod, Boolean) Constructor

Definition

Constructor for ContentLabel

public ContentLabel (Microsoft.InformationProtection.Label label, DateTime creationTime, Microsoft.InformationProtection.AssignmentMethod assignmentMethod, bool isProtectionAppliedFromLabel);
new Microsoft.InformationProtection.ContentLabel : Microsoft.InformationProtection.Label * DateTime * Microsoft.InformationProtection.AssignmentMethod * bool -> Microsoft.InformationProtection.ContentLabel
Public Sub New (label As Label, creationTime As DateTime, assignmentMethod As AssignmentMethod, isProtectionAppliedFromLabel As Boolean)

Parameters

label
Label

The actual label object applied on the content

creationTime
DateTime

The creation time of the label

assignmentMethod
AssignmentMethod

The assignment method of the label

isProtectionAppliedFromLabel
Boolean

Whether protection was applied by the label

Applies to