←Select platform

ListExcludes Method

Summary

Lists the names of patterns to exclude from a given queried pattern.

Syntax
C#
VB
C++
public static List<string> ListExcludes( 
   string repo, 
   string name 
) 
Public Shared Function ListExcludes( 
   ByVal repo As String, 
   ByVal name As String 
) As List(Of String) 
public:  
   static List<String^>^ ListExcludes( 
      String^ repo, 
      String^ name 
   ) 

Parameters

repo

Repo name.

name

Name of pattern in the repository.

Return Value

List of excluded patterns' names.

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.Unstructured Assembly

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