Click or drag to resize

ISitePagesAssignedToUserCount Method


Gets the count of Pages assigned to the specified User.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
int PagesAssignedToUserCount(
	IUser user
)

Parameters

user  IUser
The User that Pages are assigned to

Return Value

Int32
Count of Pages assigned to the specified User.
Remarks

When the "user" parameter value is null, returns 0.

See Also