ContentLabel Class
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.
Abstraction for a Microsoft Information Protection label that is applied to a piece of content, typically a document.
public class ContentLabel
type ContentLabel = class
Public Class ContentLabel
- Inheritance
-
ContentLabel
Remarks
In addition to the Label information, it holds properties for a specific applied label.
Constructors
ContentLabel(Label, DateTime, AssignmentMethod, Boolean) |
Constructor for ContentLabel |
Properties
AssignmentMethod |
The assignment method of the label. |
CreationTime |
The creation time of the label. |
IsProtectionAppliedFromLabel |
Returns true if protection was applied by the label or not. |
Label |
The actual label object applied on the content. |