Click or drag to resize

PropertyCollectionExtendedListAdd Method (PropertyCollectionExtended, String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the PropertyCollectionExtended under Key supplied with instanceID.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string Add(
	PropertyCollectionExtended item,
	string instanceID = "",
	bool synchronizeID = false
)
Request Example View Source

Parameters

item
Type: imbSCI.Core.collectionPropertyCollectionExtended
The collection to be included
instanceID (Optional)
Type: SystemString
The instance identifier. If not supplied it will take name
synchronizeID (Optional)
Type: SystemBoolean
if set to true it will make sure that itemname has the final instanceID value.

Return Value

Type: String
Used version of instanceID. It will differ from the specified if the collection already contained item with such name
Remarks
See Also