Click or drag to resize

PFRelation_SiteApplicationGetGroupRelatedApplications Method

Gets all applications having a permission impact from a specified group. Note : does not return deleted applications.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFApplication> GetGroupRelatedApplications(
	PFGroup group
)

Parameters

group
Type: Packflow.CorePFGroup
Site or application group.

Return Value

Type: ListPFApplication
Related applications
See Also