XDASrv Reference Manual
BROWSEMODE Enumeration
See Also  Send Feedback
NSPlugin Namespace : BROWSEMODE Enumeration




Browse Mode enumerator

Syntax

Visual Basic (Declaration) 
Public Enum BROWSEMODE 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As BROWSEMODE
C# 
public enum BROWSEMODE : System.Enum 
Managed Extensions for C++ 
__value public enum BROWSEMODE : public System.Enum 
C++/CLI 
public enum class BROWSEMODE : public System.Enum 

Members

MemberDescription
REAL(0) Browse calls are handled in the generic server and return the item/branches that are defined in the cache.
VIRTUAL(1) Browse calls are handled in the plug-in and typically return all items that could be dynamically added to the cache.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.BROWSEMODE

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.