FileSystemHelperGetFriendlyName Method (ObjectType, Int32) | 
 
            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,
	int subtype
)
Public Shared Function GetFriendlyName ( 
	objectType As ObjectType,
	subtype As Integer
) As String
public:
static String^ GetFriendlyName(
	ObjectType objectType, 
	int subtype
)
static member GetFriendlyName : 
        objectType : ObjectType * 
        subtype : int -> string 
Parameters
- objectType
 - Type: Dundas.BIObjectType
The object type. - subtype
 - Type: SystemInt32
The subtype. 
Return Value
Type: 
String
            The friendly display name for the specified object type.
            
See Also