The static permissions settings.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Permissions As IUiSettings |
Remarks
Example
The following example demonstrates how to prevent a user from changing a set of fields of a layout.
| C# | Copy Code |
|---|
UiAction actions = UiAction.AddField | UiAction.RemoveField | UiAction.ClearView;
PivotView1.Permissions.DisallowActions(actions); |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also