UserGroupManagerGetUserObjectsCount Method

This method is obsolete, use GetUserObjectsCountV2 instead.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "This method is obsolete, use GetUserObjectsCountV2 instead.")]
public int GetUserObjectsCount(
	string startsWith,
	string name,
	string email
)

Parameters

startsWith  String
 
name  String
 
email  String
 

Return Value

Int32

See Also