Click or drag to resize
ModuleMetadataExtends Property
Gets a set of names of module dependencies.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public HashSet<string> Extends { get; }

Property Value

Type: HashSetString
See Also