Class ImportSettings
Inheritance
System.Object
    ImportSettings
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ImportSettings : IStringContent
  Constructors
ImportSettings()
Creates a new instance of this class
Declaration
public ImportSettings()
  Properties
FieldMappings
Gets or sets field mappings.
Declaration
public List<FieldMapping> FieldMappings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<FieldMapping> | 
MediaType
Declaration
public string MediaType { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PreserveSystemFields
Gets or sets a value indicating whether the document' system fields to be replaced.
Declaration
public bool PreserveSystemFields { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Explicit Interface Implementations
IStringContent.GetStringContent()
Declaration
StringContent IStringContent.GetStringContent()
  Returns
| Type | Description | 
|---|---|
| System.Net.Http.StringContent |