Permission.RequestPermissionURL Property

Definition

Returns or sets the file or web site URL to visit or the email address to contact for users who need additional permissions on the active document.

public:
 property System::String ^ RequestPermissionURL { System::String ^ get(); void set(System::String ^ value); };
public string RequestPermissionURL { get; set; }
member this.RequestPermissionURL : string with get, set
Public Property RequestPermissionURL As String

Property Value

Remarks

The RequestPermissionURL setting corresponds to the Users can request additional permissions from option in the permissions user interface. Use the RequestPermissionURL property to specify a file, a web site, or an email contact from which users can request, or learn how to request, additional permissions on the active document, for example:

Applies to