Permission.Add(String, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new set of permissions on the active document for the specified user.
public Microsoft.Office.Core.UserPermission Add (string UserId, object Permission, object ExpirationDate);
abstract member Add : string * obj * obj -> Microsoft.Office.Core.UserPermission
Public Function Add (UserId As String, Optional Permission As Object, Optional ExpirationDate As Object) As UserPermission
Parameters
- UserId
- String
Optional Object. The email address (in the format user@domain.com
) of the user to whom permissions on the active document are being granted.
- Permission
- Object
Optional String. The permissions on the active document that are being granted to the specified user.
- ExpirationDate
- Object
Required String. The expiration date for the permissions that are being granted.NoteThis parameter is not used and will be ignored.