| ModulePackageBuilderGetModuleObjects Method  | 
            Gets object query for module objects of given type which are included in the installation package.
            
objectType must be one of those enumerated in 
IncludedObjectTypes, otherwise returns null.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntaxpublic ObjectQuery GetModuleObjects(
	string objectType
)
Parameters
- objectType
 - Type: SystemString
Type of object to return object query for 
Return Value
Type: 
ObjectQueryObject query for given object type, or null.
See Also