uaPLUS Reference
Parse Method
See Also  Send Feedback
Advosol.uaPLUS.HDA Namespace > ComItemIdParser Class : Parse Method

server
The COM server that provided the item id.
configuration
The COM wrapper configuration.
itemId
The item id to parse.
browseName
The name of the item.

Glossary Item Box

Parses the specified item id.

Syntax

Visual Basic (Declaration) 
Public Function Parse( _
   ByVal server As Object, _
   ByVal configuration As ComClientConfiguration, _
   ByVal itemId As String, _
   ByRef browseName As String _
) As Boolean
C# 
public bool Parse( 
   object server,
   ComClientConfiguration configuration,
   string itemId,
   out string browseName
)

Parameters

server
The COM server that provided the item id.
configuration
The COM wrapper configuration.
itemId
The item id to parse.
browseName
The name of the item.

Return Value

True if the item id could be parsed.

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.