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: 12.0.0
Syntax public 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