DeploymentExtensions.IsSampleDataInstalled(ServiceClient) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.