FileHandler 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.
Static method for IFileHandler interface/>
public static class FileHandler
type FileHandler = class
Public Class FileHandler
- Inheritance
-
FileHandler
Methods
GetFileStatus(Stream, String, MipContext, Object) |
Checks whether a file is labeled, protected or contains protected objects. |
GetFileStatus(String, MipContext, Object) |
Checks whether a file is labeled, protected or contains protected objects. |
GetSerializedPublishingLicense(Stream, String, MipContext, Object) |
Return Publishing License if file has it. |
GetSerializedPublishingLicense(Stream, String, MipContext) |
Return Publishing License if file has it. |
GetSerializedPublishingLicense(String, MipContext, Object) |
Return Publishing License if file has it. |
GetSerializedPublishingLicense(String, MipContext) |
Return Publishing License if file has it. |
IsLabeledOrProtected(Stream, String, MipContext, Object) |
Checks whether a stream is labeled/protected or not. |
IsLabeledOrProtected(Stream, String, MipContext) |
Checks whether a stream is labeled/protected or not. |
IsLabeledOrProtected(String, MipContext, Object) |
Checks whether a file is labeled/protected or not. |
IsLabeledOrProtected(String, MipContext) |
Checks whether a file is labeled/protected or not. |
IsProtected(Stream, String, MipContext, Object) |
Checks whether a stream is protected or not. |
IsProtected(Stream, String, MipContext) |
Checks whether a stream is protected or not. |
IsProtected(String, MipContext, Object) |
Checks whether a file is protected or not. |
IsProtected(String, MipContext) |
Checks whether a file is protected or not. |