Class NewFile
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the file create.
public class NewFile
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
NewFile()
public NewFile()
Properties
AddTomodel
Gets or sets the add to model flag.
public bool AddTomodel { get; set; }
Property Value
DocInfo
Gets or sets the document iinformation.
public DocInfo DocInfo { get; set; }
Property Value
FilePath
Gets or sets the file path.
public string FilePath { get; set; }
Property Value
ModelName
Gets or sets the model name.
public string ModelName { get; set; }