![]() |
BlackBerry Dynamics for Xamarin Forms
11.0.1.26
Runtime library for Xamarin Forms applications
|
Provides data for ReceivingAttachments event. More...
Inherits EventArgs.
Properties | |
string | Application [get] |
The native application identifier of the provider application that sent the service response to which the files are attached. More... | |
string | RequestID [get] |
The unique identifier of the original service request, the response to which the files are attached. More... | |
int | NumberOfAttachments [get] |
Number of files that are about to be received, always one or more. More... | |
Provides data for ReceivingAttachments event.
|
get |
The native application identifier of the provider application that sent the service response to which the files are attached.
String
containing the application identifier.
|
get |
Number of files that are about to be received, always one or more.
Int
number of files.
|
get |
The unique identifier of the original service request, the response to which the files are attached.
String
containing the identifier of the service request.