Click or drag to resize

PFSiteServiceGetApplicationGroupByName Method

Gets an application group by its name.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[OperationContractAttribute]
public PFGroup GetApplicationGroupByName(
	long applicationId,
	string groupName
)

Parameters

applicationId
Type: SystemInt64
groupName
Type: SystemString

Return Value

Type: PFGroup
See Also