C# 클래스 PodioAPI.Services.ImporterService

파일 보기 프로젝트 열기: podio/podio-dotnet

공개 메소드들

메소드 설명
GetInfo ( int fileId ) : Task

Returns the import information about the given file.

Podio API Reference: https://developers.podio.com/doc/importer/get-info-5929504

GetPreview ( int fileId, string row, List mappings ) : Task

Imports the file into the given app. The mapping value for a field depends on the type of field

Podio API Reference: https://developers.podio.com/doc/importer/import-app-items-212899

ImportAppItems ( int fileId, int appId, List mappings, string tagsColumnId = null, string appItemIdColumnId = null ) : Task

Imports the file into the given app. The mapping value for a field depends on the type of field. See the area for datails.

Podio API Reference: https://developers.podio.com/doc/importer/import-app-items-212899

ImportSpaceContacts ( int fileId, int spaceId, List mappings ) : Task

Imports the given file into the space contacts on the given space.

Podio API Reference: https://developers.podio.com/doc/importer/import-space-contacts-4261072

ImporterService ( Podio currentInstance ) : System.Collections.Generic

메소드 상세

GetInfo() 공개 메소드

Returns the import information about the given file.

Podio API Reference: https://developers.podio.com/doc/importer/get-info-5929504

public GetInfo ( int fileId ) : Task
fileId int
리턴 Task

GetPreview() 공개 메소드

Imports the file into the given app. The mapping value for a field depends on the type of field

Podio API Reference: https://developers.podio.com/doc/importer/import-app-items-212899

public GetPreview ( int fileId, string row, List mappings ) : Task
fileId int
row string
mappings List
리턴 Task

ImportAppItems() 공개 메소드

Imports the file into the given app. The mapping value for a field depends on the type of field. See the area for datails.

Podio API Reference: https://developers.podio.com/doc/importer/import-app-items-212899

public ImportAppItems ( int fileId, int appId, List mappings, string tagsColumnId = null, string appItemIdColumnId = null ) : Task
fileId int
appId int The id of the app the values should be imported into
mappings List The mappings between fields and columns
tagsColumnId string The id of the column to read tags from, if any
appItemIdColumnId string The id of the column to read the app item id from, if any
리턴 Task

ImportSpaceContacts() 공개 메소드

Imports the given file into the space contacts on the given space.

Podio API Reference: https://developers.podio.com/doc/importer/import-space-contacts-4261072

public ImportSpaceContacts ( int fileId, int spaceId, List mappings ) : Task
fileId int
spaceId int
mappings List The mappings of the fields on the contact
리턴 Task

ImporterService() 공개 메소드

public ImporterService ( Podio currentInstance ) : System.Collections.Generic
currentInstance Podio
리턴 System.Collections.Generic