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.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntaxpublic IEnumerable<string> IncludedObjectTypes { get; }
Return Value
Type:
IEnumerableStringEnumeration of object types
See Also