@if (!this.IsFileAvailable)
{
The file chosen for the data source does not exist anymore. Please edit the data source and choose another file or correct the path.
}
else
{
The file chosen for the data source exists.
}
@if (this.IsCloudEmbedding)
{
The embedding runs in the cloud. All your data within the
file '@this.DataSource.FilePath' will be sent to the cloud.
}
else
{
The embedding runs locally or in your organization. Your data is not sent to the cloud.
}
Close