summaryM:DotNetNuke.ComponentModel.ComponentFactory.GetComponentSettings(System.Type)

Namespace: DotNetNuke.ComponentModel
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static IDictionary GetComponentSettings(
	Type component
)
Visual Basic
Public Shared Function GetComponentSettings ( 
	component As Type
) As IDictionary

Parameters

component
Type: System..::..Type
paramcomponentM:DotNetNuke.ComponentModel.ComponentFactory.GetComponentSettings(System.Type)

Return Value

returnsM:DotNetNuke.ComponentModel.ComponentFactory.GetComponentSettings(System.Type)

See Also