Click or drag to resize

PFSiteServiceUpdateApplicationGroupMembership Method

Updates users and groups of an application group.

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 UpdateApplicationGroupMembership(
	string applicationName,
	string groupName,
	List<PFPrincipalValueReference> members
)

Parameters

applicationName
Type: SystemString
groupName
Type: SystemString
members
Type: System.Collections.GenericListPFPrincipalValueReference

Return Value

Type: PFGroup
See Also