DANSrvAE Reference
GetItemInfo Method
See Also  Send comments on this topic.
NSPlugin Assembly > 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.

Get information about the specified item from the generic server cache. Can alos be used to check if the item already exists in the generic server.

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

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

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.