Click or drag to resize

LibrarySharingSharePage Method

Unsupported feature Starts share of a selected page from the selected document. The sharing view is updated with the image of the selected page. Other network participants are also notified about the share of the selected page. The local application will be notified of the shared page through LibrarySharingListener.OnLibraryDocumentPageContentReceived().

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public virtual void SharePage(
	LibraryDocument document,
	uint pageNumber,
	LibrarySharingLibrarySharingCompletionHandler completionHandler
)

Parameters

document
Type: Avaya.ClientServicesLibraryDocument
Library document whose page is shared.
pageNumber
Type: SystemUInt32
Page to be shared.
completionHandler
Type: Avaya.ClientServicesLibrarySharingLibrarySharingCompletionHandler
Handler to this operation.
See Also