uaPLUS Reference
GetItemInfo Method
See Also  Send Feedback
NSPlugin Namespace > GenericServer Class : GetItemInfo Method

itemID
Fully qualifid name of the item to be queried.
itemInfo
Item definition and status information

Glossary Item Box

Generic server callback method. Supported in the Professional version only.

Get information about the specified item from the generic server cache.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetItemInfo( _
   ByVal itemID As String, _
   ByRef itemInfo As CacheItemInfo _
) As Integer
C# 
public static int GetItemInfo( 
   string itemID,
   out CacheItemInfo itemInfo
)

Parameters

itemID
Fully qualifid name of the item to be queried.
itemInfo
Item definition and status information

Return Value

Always returns S_OK

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.