Click or drag to resize

PFPermissionContext_ApplicationCanCreateSubView Method

Determines whether the specified user can create a sub view in the parent object.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual bool CanCreateSubView(
	PFUser user
)

Parameters

user
Type: Packflow.CorePFUser

Return Value

Type: Boolean
See Also