Share via


xApplication.CheckUserExistsInAnyPartition(String) Method

Definition

Checks whether the given user is present in any partition.

public:
 static bool CheckUserExistsInAnyPartition(System::String ^ userId);
public static bool CheckUserExistsInAnyPartition (string userId);
static member CheckUserExistsInAnyPartition : string -> bool
Public Shared Function CheckUserExistsInAnyPartition (userId As String) As Boolean

Parameters

userId
String

Returns

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

Applies to