ContentLabel(Label, DateTime, AssignmentMethod, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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