SnapStreamingServerUserCanWrite Property

Gets or sets any defined user write access control function.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public Func<string, Object, Object, bool>? UserCanWrite { get; set; }

Property Value

FuncString, Object, Object, Boolean

Remarks

Function parameters are:
string UserId - The user security ID (SID) of the user attempting to write.
TKey instance - The key of the record being written.
TValue instance - The value of the record being written.
bool - Return true if user is allowed to write; otherwise, false.

See Also