Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase.SetRemoveAllowed Method 

[This is preliminary documentation and subject to change.]

Sets the IsRemoveAllowed property to the specfied value.

[Visual Basic]
Protected Sub SetRemoveAllowed( _
   ByVal allowed As Boolean _
)
[C#]
protected void SetRemoveAllowed(
   bool allowed
);

Parameters

allowed
true to allow removes. false otherwise.

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace