.NET Framework Class Library

PasswordSettings.ForceFullPermission Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > PasswordSettings Class > PasswordSettings Properties >

.NET Framework Class Library

PasswordSettings.ForceFullPermission Property

Gets or sets whether document user permissions should be ignored when performing operations on the document.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property ForceFullPermission As Boolean
 Get
 Set

C#

public bool ForceFullPermission { getset; }

Visual C++

public:
property bool ForceFullPermission {
 bool get ();
 void set (bool value);
}

See Also

PasswordSettings Class

PasswordSettings Members

Gnostice.Core Namespace