DeploymentExtensions.ImportRequest.Files Property
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.
List of files to import in this job, there must be at least one.
public System.Collections.Generic.List<Microsoft.PowerPlatform.Dataverse.Client.Extensions.DeploymentExtensions.ImportFileItem> Files { get; set; }
member this.Files : System.Collections.Generic.List<Microsoft.PowerPlatform.Dataverse.Client.Extensions.DeploymentExtensions.ImportFileItem> with get, set
Public Property Files As List(Of DeploymentExtensions.ImportFileItem)