uaPLUS Reference
Browse Method
See Also  Send Feedback
NSPlugin Namespace > AppPlugin Class : Browse Method

branch
maxElements
browseType
nameFilter
vendorFilter
continuationPoint
numNodes
nodes

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shadows Function Browse( _
   ByVal branch As String, _
   ByVal maxElements As Integer, _
   ByVal browseType As Integer, _
   ByVal nameFilter As String, _
   ByVal vendorFilter As String, _
   ByRef continuationPoint As String, _
   ByRef numNodes As Integer, _
   ByRef nodes As BrowseNodeInfo() _
) As Integer
C# 
public new int Browse( 
   string branch,
   int maxElements,
   int browseType,
   string nameFilter,
   string vendorFilter,
   ref string continuationPoint,
   out int numNodes,
   out BrowseNodeInfo[] nodes
)

Parameters

branch
maxElements
browseType
nameFilter
vendorFilter
continuationPoint
numNodes
nodes

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.