Gets the file ID from the query string of the path.

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

Syntax

C#
public string GetFileIDFromPath(
	string path
)
Visual Basic
Public Function GetFileIDFromPath ( _
	path As String _
) As String
Visual C++
public:
String^ GetFileIDFromPath(
	String^ path
)

Parameters

path
Type: System..::..String
File path.

Return Value

File ID.

Remarks

Path must have the id parameter in the query string as follows: /UltimateEditorInclude/UltimateEditor.viewer.aspx?id=1

See Also