MakeSimpleListFromArray Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Converts an Array into a SimpleList object.
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)
Syntax
'Declaration
Public Function MakeSimpleListFromArray ( _
ByRef varArray As Object _
) As Object
'Usage
Dim instance As GlobalConfigFreeThreaded
Dim varArray As Object
Dim returnValue As Object
returnValue = instance.MakeSimpleListFromArray(varArray)
public Object MakeSimpleListFromArray(
ref Object varArray
)
public:
virtual Object^ MakeSimpleListFromArray(
Object^% varArray
) sealed
public final function MakeSimpleListFromArray(
varArray : Object
) : Object
Parameters
- varArray
Type: System..::.Object%
The array to convert.
Return Value
Type: System..::.Object
An object containing the SimpleList.
Implements
IGlobalConfig..::.MakeSimpleListFromArray(Object%)
Remarks
Implements IGlobalConfig.MakeSimpleListFromArray (MakeSimpleListFromArray).
Important Note: |
---|
There is a special group of methods used with multivalued arrays. These methods are the only approved and recommended way of storing and retrieving multivalued arrays in the Administration database. You must use the following methods with any property that has the structure of a multivalued array: |
MakeSimpleListFromArray
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GlobalConfigFreeThreaded Class