Returns a boolean indicating whether or not the file exists

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

Syntax

C#
public bool Exists(
	Guid guid
)
Visual Basic
Public Function Exists ( _
	guid As Guid _
) As Boolean
Visual C++
public:
bool Exists(
	Guid guid
)

Parameters

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

Return Value

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

See Also