Method | Description | |
---|---|---|
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 |
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 |
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 |
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 |
public GetPreview ( int fileId, string row, List |
||
fileId | int | |
row | string | |
mappings | List |
|
return | Task |
public ImportAppItems ( int fileId, int appId, List |
||
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 |
return | Task |
public ImportSpaceContacts ( int fileId, int spaceId, List |
||
fileId | int | |
spaceId | int | |
mappings | List |
The mappings of the fields on the contact |
return | Task |
public ImporterService ( Podio currentInstance ) : System.Collections.Generic | ||
currentInstance | Podio | |
return | System.Collections.Generic |