←Select platform

IsLeadCacheScheme Method

Summary

Helper method to determine whether a string value contains a valid LEAD cache URI.

Syntax
C#
VB
C++
public static bool IsLeadCacheScheme( 
   string value 
) 
Public Shared Function IsLeadCacheScheme( 
   ByVal value As String 
) As Boolean 
public:  
   static bool IsLeadCacheScheme( 
      String^ value 
   ) 

Parameters

value

URI to check.

Return Value

true if the value contains a valid LEAD cache URI; otherwise, false.

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.