←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.