Edit

Share via


IFileHandler.RegisterContentForTrackingAndRevocationAsync(Boolean) Method

Definition

Register a protected document for tracking and revocation.

public System.Threading.Tasks.Task RegisterContentForTrackingAndRevocationAsync (bool isOwnerNotificationEnabled);
abstract member RegisterContentForTrackingAndRevocationAsync : bool -> System.Threading.Tasks.Task
Public Function RegisterContentForTrackingAndRevocationAsync (isOwnerNotificationEnabled As Boolean) As Task

Parameters

isOwnerNotificationEnabled
Boolean

Set to true to notify the owner via email whenever the document is decrypted, or false to not send the notification.

Returns

A task that represents the asynchronous create operation.

Applies to