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.5.94
Syntax
int PagesAssignedToUserCount(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
The User that Pages are assigned to

Return Value

Type: Int32
Count of Pages assigned to the specified User.
Remarks

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

See Also