Click or drag to resize
ModulePackageBuilderIncludedObjectTypes Property
The installation package contains module objects of types enumerated by this property. The module object type itself ("cms.resource") is not present in the enumeration.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<string> IncludedObjectTypes { get; }

Return Value

Type: IEnumerableString
Enumeration of object types
See Also