C# Class TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_Library_Files

Show file Open project: TeamMentor/Master

Public Methods

Method Description
Get_Path_To_File ( this tmFileStorage, string libraryName, string fileName ) : string

Private Methods

Method Description
Get_Path_To_File ( this tmFileStorage, System.Guid itemGuid, string fileName ) : string
Get_Path_To_File ( this tmFileStorage, string fileKey ) : string
upload_File_to_Library ( this tmFileStorage, System.Guid libraryId, string filename, byte fileContents ) : bool

Method Details

Get_Path_To_File() public static method

public static Get_Path_To_File ( this tmFileStorage, string libraryName, string fileName ) : string
tmFileStorage this
libraryName string
fileName string
return string