Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase.SetInsertAllowed Method 

[This is preliminary documentation and subject to change.]

Sets the IsInsertAllowed property to the specfied value.

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

Parameters

allowed
true to allow inserts. false otherwise.

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace