←Select platform

MakeLeadCacheUri Method

Summary

Constructs a LEAD cache URI from a document ID.

Syntax
C#
VB
C++
public static Uri MakeLeadCacheUri( 
   string documentId 
) 
Public Shared Function MakeLeadCacheUri( 
   ByVal documentId As String 
) As Uri 
public:  
   static Uri^ MakeLeadCacheUri( 
      String^ documentId 
   ) 

Parameters

documentId

The Document ID to use. This value cannot be null.

Return Value

LEAD cache URI that identifies the document.

Remarks

Refer to IsUploadDocumentUri for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly