AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

VType..::..GetObjectNameHints Method

Will return the fully qualified names of any objects in loaded assmblies that inherit from the type passed in.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static List<VType..::..ObjectNameResult> GetObjectNameHints(
	Type type
)

Parameters

type
Type: Type
The type.

Return Value

ArrayList.