←Select platform

IsUploadDocumentUri Method

Summary

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

Syntax

C#
VB
Java
C++
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) 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly