xApplication::CheckUserExistsInAnyPartition Method

Checks whether the given user is present in any partition.

Syntax

client server public static boolean CheckUserExistsInAnyPartition(str userId)

Run On

ClientOrServer

Parameters

  • userId
    Type: str

Return Value

Type: boolean
true if the user exists in any of the partitions; otherwise, false.

See Also

Reference

xApplication Class