SnapStreamingServerUserCanSeek Property
Gets or sets any defined user read access control function for seek filters.
Namespace: SnapDB.Snap.Services.NetAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
function get_UserCanSeek();
function set_UserCanSeek(value);
Property Value
FuncString,
Object,
AccessControlSeekPosition,
Boolean
Function parameters are:
string UserId - The user security ID (SID) of the user attempting to seek.
TKey instance - The key of the record being sought.
AccessControlSeekPosition - The position of the seek. i.e., Start or End.
bool - Return true if user is allowed to seek; otherwise, false.