Method | Description | |
---|---|---|
AddMergeField ( |
Add a new list merge field The merge field to add. Unique id for the list
|
|
DeleteMergeFieldAsync ( string list_id, string merge_id ) : Task |
Delete a merge field Unique id for the list The id for the merge field
|
|
GetAllMergeFieldsAsync ( string list_id ) : Task |
Get all merge fields for a list Unique id for the list
|
|
GetMergeFieldAsync ( string list_id, string merge_id ) : Task |
Get a specific merge field Unique id for the list The id for the merge field
|
|
UpdateMergeField ( |
Update a list merge field Merge field to update Unique id for the list
|