Click or drag to resize

imbPropertyCollectionExtensionsaddStringToMultikeys Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the string to multikeys.

Namespace:  imbSCI.Core.extensions.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static int addStringToMultikeys(
	this PropertyCollection existing,
	string data,
	bool skipExistingKeys,
	params Enum[] keys
)
Request Example View Source

Parameters

existing
Type: System.DataPropertyCollection
The existing.
data
Type: SystemString
String to write. If its null or empty nothing is done
skipExistingKeys
Type: SystemBoolean
if set to true [skip existing keys].
keys
Type: SystemEnum
The keys.

Return Value

Type: Int32

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also