DeploymentExtensions.IsSampleDataInstalled(ServiceClient) Method

Definition

Determines if the Dataverse sample data has been installed

public static Microsoft.PowerPlatform.Dataverse.Client.Extensions.DeploymentExtensions.ImportStatus IsSampleDataInstalled (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient);
static member IsSampleDataInstalled : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient -> Microsoft.PowerPlatform.Dataverse.Client.Extensions.DeploymentExtensions.ImportStatus
<Extension()>
Public Function IsSampleDataInstalled (serviceClient As ServiceClient) As DeploymentExtensions.ImportStatus

Parameters

serviceClient
ServiceClient

ServiceClient

Returns

true if the sample data is installed, False if not.

Applies to