SIL.FieldWorks.XWorks.FwXWindow.GetProjectName C# (CSharp) Method

GetProjectName() public method

Returns the project name from the specified cache. If the connection is to a remote server, the string returned will include the server name, formatted in a form suitable for including in a window caption.
public GetProjectName ( SIL.FieldWorks.FDO.FdoCache cache ) : string
cache SIL.FieldWorks.FDO.FdoCache The FDO cache
return string
		public string GetProjectName(FdoCache cache)
		{
			return m_delegate.GetProjectName(cache);
		}
FwXWindow