Gets the file information from the database by given file ID.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public DataSet GetFileInfoFromDatabaseByID(
	string fileID
)
Visual Basic
Public Function GetFileInfoFromDatabaseByID ( _
	fileID As String _
) As DataSet
Visual C++
public:
DataSet^ GetFileInfoFromDatabaseByID(
	String^ fileID
)

Parameters

fileID
Type: System..::..String
ID of the file in the database.

Return Value

DataSet with the file information.

See Also