Checks whether IEntity.Approved should be defaulted to true based on CurrentUserState

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool ApprovedByDefault(
	IEntity parentEntity
)
Visual Basic
Function ApprovedByDefault ( _
	parentEntity As IEntity _
) As Boolean
Visual C++
bool ApprovedByDefault(
	IEntity^ parentEntity
)

Parameters

parentEntity
Type: Cartella.Interfaces..::..IEntity

Return Value

See Also