Method | Description | |
---|---|---|
ufnCrm_GetFamilyTitle ( |
calls database TVF function ufnCrm_GetFamilyTitle. Usage: string familyTitle = RockUdfHelper.ufnCrm_GetFamilyTitle( rockContext, personId, groupId, commaPersonIds, true );
|
Method | Description | |
---|---|---|
ufnCrm_GetAddress ( int PersonId, string AddressType, string AddressComponent ) : string | ||
ufnGroup_GetGeofencingGroupNames ( int PersonId, int groupTypeId ) : string |
public static ufnCrm_GetFamilyTitle ( |
||
rockContext | The rock context. | |
PersonId | int | The PersonId. NULL means use GroupId parameter |
GroupId | int | The GroupId of the Family. NULL means use PersonId parameter |
GroupPersonIds | string | If GroupId is specified, set this as a comma-delimited list of PersonIds that you want to limit the family members to. NULL means don't restrict. |
UseNickName | bool | if set to |
return | string |