OnenoteOperation

OnenoteOperation class

The status of certain long-running OneNote operations.

The OnenoteOperation type exposes the following members:

Constructors

NameDescription
OnenoteOperation()Initializes a new instance of the OnenoteOperation class

Properties

NameDescription
idThe operation id. Read-only.
last_action_date_timeThe time of the last action of the operation.
is_last_action_date_time_specifiedIndicates whether LastActionDateTime property is specified.
created_date_timeThe start time of the operation.
is_created_date_time_specifiedIndicates whether CreatedDateTime property is specified.
errorThe error returned by the operation.
resource_idThe resource id.
resource_locationThe resource URI for the object. For example, the resource URI for a copied page or section.
statusThe current status of the operation: notstarted, running, completed, failed
percent_completeThe operation percent complete if the operation is still in running status

See Also