Click or drag to resize

CallFetchShareSources Method

Fetch enumerated sources with a kind of source type

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void FetchShareSources(
	ShareSourceType sourceType,
	Action<WebexApiEventArgs<List<ShareSource>>> completedHandler
)

Parameters

sourceType
Type: WebexSDKShareSourceType
share source type.
completedHandler
Type: SystemActionWebexApiEventArgsListShareSource
The completion event handler.
Remarks
Since: 0.1.7
See Also