←Select platform

IsUploadDocumentUri Method (DocumentFactory)

Summary

Indicates whether the URL points to a special LEAD cache scheme.

Syntax

C#
VB
Java
C++
public static bool IsUploadDocumentUri( 
   System.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)

Parameters

uri

Uri to check.

Return Value

true if the URL points to a special LEAD cache scheme; otherwise, false.

Remarks

This is a helper method that can be used to detect whether a URL was created by BeginUpload.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize