IsContentValid Method in Class SMS_PackageToContent

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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 is intended to show the definition of the method.

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.

See Also

Concepts

SMS_PackageToContent Server WMI Class