Поделиться через


Permission.RemoveAll Метод

Определение

Удаляет все UserPermission объекты, связанные с формой.

public:
 void RemoveAll();
public void RemoveAll ();
abstract member RemoveAll : unit -> unit
Public Sub RemoveAll ()

Примеры

In the following example, the RemoveAll method is used to remove all users from the form.

_XDocument3 thisDoc = (_XDocument3)thisXDocument;
thisDoc.Permission.RemoveAll();
Dim thisDoc As _XDocument3 = DirectCast(thisXDocument, _XDocument3)
thisDoc.Permission.RemoveAll()

Применяется к