UserPermission class

Represents a member of the current form's UserPermissionCollection collection.

Inheritance hierarchy

System.Object
  Microsoft.Office.InfoPath.UserPermission

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustInherit Class UserPermission
'Usage
Dim instance As UserPermission
public abstract class UserPermission

Remarks

The UserPermission class associates a set of permissions for the current form with a single user and an optional expiration date.

Define a user and the permissions associated with that user with the properties of the UserPermission class, and then use one of the Add methods of the UserPermissionCollection class to add and grant that user permissions on the current form. Use the Remove method of the UserPermission class or the Remove method of the UserPermissionCollection class to remove a user and the user's permissions.

While some permissions granted through the user interface apply to all users, such as printing and expiration date, you can use the UserPermission object to assign them on a per-user basis with per-user expiration dates.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserPermission members

Microsoft.Office.InfoPath namespace