Class DocModifiedInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the document modified information.
public abstract class DocModifiedInfo
Inheritance
Derived
DocModifiedInfoFileGroupDocument
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DocModifiedInfo()
protected DocModifiedInfo()
Properties
FilePath
Gets the file path.
public abstract string FilePath { get; }
Property Value
Status
Gets the status.
public DocModifiedInfo.FileStatus Status { get; }
Property Value
Methods
Cleanup()
Cleanups this instance.
public virtual void Cleanup()
DocumentSaved()
Documents the saved.
public void DocumentSaved()