Open this page in the API Guide

FileSystemHelper.GetFriendlyName Method (ObjectType)

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 (25.1.0.1000)
Syntax
public static string GetFriendlyName(
	ObjectType objectType
)

Parameters

objectType
Type: Dundas.BI.ObjectType
The object type.

Return Value

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