Click or drag to resize

IGHAObjectAddToGroup Method

[This is preliminary documentation and is subject to change.]

Adds this instance to the specified group. Creates the group if it does not exist

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
bool AddToGroup(
	string groupName,
	bool groupableOverride = false
)

Parameters

groupName
Type: SystemString
Name of group
groupableOverride (Optional)
Type: SystemBoolean
Disables groupability check

Return Value

Type: Boolean
False if unable to add to the group
See Also