summaryM:DotNetNuke.ComponentModel.AbstractContainer.GetComponentList(System.Type)
Namespace: DotNetNuke.ComponentModelAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public abstract string[] GetComponentList( Type contractType ) |
Visual Basic |
---|
Public MustOverride Function GetComponentList ( contractType As Type ) As String() |
Parameters
- contractType
- Type: System..::..Type
paramcontractTypeM:DotNetNuke.ComponentModel.AbstractContainer.GetComponentList(System.Type)