Gets the file name.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public string GetName( Guid guid ) | 
| Visual Basic | 
|---|
| Public Function GetName ( _ guid As Guid _ ) As String | 
| Visual C++ | 
|---|
| public: String^ GetName( Guid guid ) | 
Parameters
- guid
- Type: System..::..Guid
 The GUID.
 
     
     
     
     
    