Gets the file system path.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public abstract string GetFSPath(
	Guid guid
)
Visual Basic
Public MustOverride Function GetFSPath ( _
	guid As Guid _
) As String
Visual C++
public:
virtual String^ GetFSPath(
	Guid guid
) abstract

Parameters

guid
Type: System..::..Guid
The GUID.

Return Value

[Missing <returns> documentation for "M:RTE.UploaderProvider.GetFSPath(System.Guid)"]

See Also