FileSystemHelperGetFriendlyName 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.3.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
 - Type: Dundas.BIObjectType
The object type. 
Return Value
Type: 
StringThe friendly display name for the specified object type.
See Also