TransactionsGetProfileById Method

Get a constituent's profile data from The Raiser's Edge.

Namespace: BBNCExtensions.API.Transactions
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract Profile GetProfileById(
	int ConstituentRecordId
)

Parameters

ConstituentRecordId
Type: SystemInt32
The ID of the constituent.

Return Value

Type: Profile
A Profile object with the constituent's profile data.
Use this method to retrieve a constituent's profile data for either an Individual or Organization constituent. Pass a modified instance of this class to the RecordProfileUpdate() method to create a profile update transaction, or just consume this constituent data for other content or integration purposes.