Click or drag to resize
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.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public ObjectQuery GetModuleObjects(
	string objectType
)

Parameters

objectType
Type: SystemString
Type of object to return object query for

Return Value

Type: ObjectQuery
Object query for given object type, or null.
See Also