uaPLUS Reference
GetItemProperties Method
See Also  Send Feedback
NSPlugin Namespace > AppPlugin Class : GetItemProperties Method

itemID
returnValues
returnAll
numProp
propertyIDs
propertyNames
propertyDescr
Values
errors

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shadows Function GetItemProperties( _
   ByVal itemID As String, _
   ByVal returnValues As Boolean, _
   ByVal returnAll As Boolean, _
   ByRef numProp As Integer, _
   ByRef propertyIDs As Integer(), _
   ByRef propertyNames As String(), _
   ByRef propertyDescr As String(), _
   ByRef Values As Object(), _
   ByRef errors As Integer() _
) As Integer
C# 
public new int GetItemProperties( 
   string itemID,
   bool returnValues,
   bool returnAll,
   ref int numProp,
   ref int[] propertyIDs,
   out string[] propertyNames,
   out string[] propertyDescr,
   out object[] Values,
   out int[] errors
)

Parameters

itemID
returnValues
returnAll
numProp
propertyIDs
propertyNames
propertyDescr
Values
errors

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.