Method Export
Export(List<Guid>)
Exports the Parameters with the given ids together with any MediationSnippet these parameters are linked to.
public ProfileParameterExportResult Export(List<Guid> ids)
Parameters
Returns
- ProfileParameterExportResult
A ProfileParameterExportResult with the result of the export.
Exceptions
- ProfileParameterNotFoundException
ids
contains an ID for which no profile parameter could be found.- MediationSnippetNotFoundException
A profile parameter to export has a link to a MediationSnippet that could not be found.