←Select platform

GetLeadCacheData Method

Summary

Helper method to get the data part from a LEAD cache URI.

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

Parameters

uri

LEAD cache URI.

Return Value

The data part (usually the document ID), if uri contains a valid LEAD cache scheme; otherwise, null.

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