UserPermission.Remove Method

Definition

Removes the specified UserPermission object from the Permission collection of the active document.

public:
 void Remove();
public void Remove ();
abstract member Remove : unit -> unit
Public Sub Remove ()

Remarks

The UserPermission object associates a set of permissions on the active document with a single user and an optional expiration date. The Remove method removes the user and the set of user permissions determined by the specified UserPermission object.

Applies to