C# 클래스 MailChimp.Api.Net.Services.Lists.MCListsMergeFields

파일 보기 프로젝트 열기: shahriarhossain/MailChimp.Api.Net 1 사용 예제들

비공개 메소드들

메소드 설명
AddMergeField ( MergeField mergeField, string list_id ) : Task

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 ( MergeField mergeField, string list_id ) : Task

Update a list merge field Merge field to update Unique id for the list