Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
FileStatus Class Referenceabstract

Interface for all file status functions. More...

#include <src/api/mip/file/file_status.h>

Public Member Functions

virtual bool ContainsProtectedObjects ()=0
 Checks if the unprotected container file contains protected objects.
 
virtual bool IsLabeled ()=0
 Checks if a file is labeled or not.
 
virtual bool IsProtected ()=0
 Checks if a file is protected or not.
 

Detailed Description

Interface for all file status functions.

Definition at line 38 of file file_status.h.

Member Function Documentation

◆ ContainsProtectedObjects()

virtual bool FileStatus::ContainsProtectedObjects ( )
pure virtual

Checks if the unprotected container file contains protected objects.

Returns false if this file is protected or not a container file

◆ IsLabeled()

virtual bool FileStatus::IsLabeled ( )
pure virtual

Checks if a file is labeled or not.

◆ IsProtected()

virtual bool FileStatus::IsProtected ( )
pure virtual

Checks if a file is protected or not.



The documentation for this class was generated from the following file: