DANSrv Reference
GetItemInfo Method
See Also  Send Feedback
NSPluginNet4 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 (Usage)Copy Code
Dim itemID As String
Dim itemInfo As CacheItemInfo
Dim value As Integer
 
value = GenericServer.GetItemInfo(itemID, itemInfo)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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