uaPLUS Reference
ChangeBrowsePosition Method
See Also  Send Feedback
I_HDAPluginDBA Namespace > IBrowserDBA Interface : ChangeBrowsePosition Method

brwDirection
The direction to move the browse position.
BranchPos
Indicates the branch name when moving down the hierarchy and the full path to a branch when moving directly to a position. Note: this parameter is ignored when moving up the hierarchy and should be set to an empty string. For OPCHDA_BROWSE_DIRECT, if an empty string is passed, the server shall move the browser to the root position.

Glossary Item Box

Change the current branch. This method provides a way to move up or down relative to the current position, or directly to a given position in a hierarchy.

Syntax

Visual Basic (Declaration) 
Function ChangeBrowsePosition( _
   ByVal brwDirection As BrowseDirection, _
   ByVal BranchPos As String _
) As Integer
C# 
int ChangeBrowsePosition( 
   BrowseDirection brwDirection,
   string BranchPos
)

Parameters

brwDirection
The direction to move the browse position.
BranchPos
Indicates the branch name when moving down the hierarchy and the full path to a branch when moving directly to a position. Note: this parameter is ignored when moving up the hierarchy and should be set to an empty string. For OPCHDA_BROWSE_DIRECT, if an empty string is passed, the server shall move the browser to the root position.

Return Value

Success/failure HRESULT

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.