Click or drag to resize

DiscoveryAddCollection Method (DiscoverySuccessCallbackCollectionRef, DiscoveryFailCallback, String, Byte, DictionaryString, Object)

Namespace:  IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool AddCollection(
	DiscoverySuccessCallback<CollectionRef> successCallback,
	DiscoveryFailCallback failCallback,
	string environmentID,
	byte[] collectionData,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.Discovery.v1DiscoverySuccessCallbackCollectionRef
failCallback
Type: IBM.Watson.DeveloperCloud.Services.Discovery.v1DiscoveryFailCallback
environmentID
Type: SystemString
collectionData
Type: SystemByte
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also