FileSystemHelperGetFriendlyName(ObjectType, Int32) Method

Gets the friendly display name for the specified object type.

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static string GetFriendlyName(
	ObjectType objectType,
	int subtype
)

Parameters

objectType  ObjectType
The object type.
subtype  Int32
The subtype.

Return Value

String
The friendly display name for the specified object type.
See Also