Check if user has edit permissions for the specified category.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual bool UserHasEditPermissions(
	NewsCategoryEntity category
)
Visual Basic
Public Overridable Function UserHasEditPermissions ( 
	category As NewsCategoryEntity
) As Boolean
Visual C++
public:
virtual bool UserHasEditPermissions(
	NewsCategoryEntity^ category
)
F#
abstract UserHasEditPermissions : 
        category : NewsCategoryEntity -> bool 
override UserHasEditPermissions : 
        category : NewsCategoryEntity -> bool 

Parameters

category
Type: NewsCategoryEntity
Category

Return Value

Type: Boolean
True if user has permissions, False if not

Implements

INewsBLL..::..UserHasEditPermissions(NewsCategoryEntity)

See Also