Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IsContentValid Windows Management (WMI) class method, in Configuration Manager, determines if the package content is valid.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
Syntax
Boolean IsContentValid();
Parameters
None.
Return Values
A Boolean data type that is true if the package contains all the files for the content; otherwise false.
Remarks
This method checks the package to ensure that all files are available for the content. It also checks to ensure that the licensing terms are met.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.