Table of Contents

Method Export

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

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

ids List<Guid>

The IDs of the Parameters to export.

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.