C#
VB
Java
C++
Indicates whether the URL points to a special LEAD cache scheme.
public static bool IsUploadDocumentUri(
Uri uri
)
Public Shared Function IsUploadDocumentUri(
ByVal uri As System.Uri
) As Boolean
public:
static bool IsUploadDocumentUri(
System::Uri^ uri
)
public static boolean isUploadDocumentUri(URI uri)
uri
Uri to check.
true if the URL points to a special LEAD cache scheme; otherwise, false.
This is a helper method that can be used to detect whether a URL was created by BeginUpload.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET