This topic has not yet been rated - Rate this topic

IAuthorizationService.GetChangedAccessControlEntries Method

Returns all changes to ACEs in the security service following a specified sequence ID.

Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in microsoft.teamfoundation.dll)

string GetChangedAccessControlEntries (
	int sequence_id
)
String GetChangedAccessControlEntries (
	int sequence_id
)
function GetChangedAccessControlEntries (
	sequence_id : int
) : String

Parameters

sequence_id

Sequence identifier of the entity whose access has changed.

Return Value

An XML element listing all changes.

Sequence id’s start at 0 and increment every time a change occurs for an Identity, ACE, or classification node on the Team Foundation Server. A sequence_id of 0 or lower will return all changes to Identities since the Team Foundation Server was installed.

This is useful for synchronizing ACLs to a third-party application that integrate with Team Foundation Server.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ