FileSystemHelperGetFriendlyName(ObjectType) Method |
Gets the friendly display name for the specified object type.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static string GetFriendlyName(
ObjectType objectType
)
Public Shared Function GetFriendlyName (
objectType As ObjectType
) As String
public:
static String^ GetFriendlyName(
ObjectType objectType
)
static member GetFriendlyName :
objectType : ObjectType -> string Parameters
- objectType ObjectType
- The object type.
Return Value
StringThe friendly display name for the specified object type.
See Also