Gets or sets the FieldRef corresponding to the field on a document that stores the last modified date.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public FieldRef LastModifiedDateOnDocument { get; set; }
public FieldRef LastModifiedDateOnDocument { get; set; }
Public Property LastModifiedDateOnDocument As FieldRef
Get
Set
Public Property LastModifiedDateOnDocument As FieldRef
Get
Set
public:
property FieldRef^ LastModifiedDateOnDocument {
FieldRef^ get ();
void set (FieldRef^ value);
}
public:
property FieldRef^ LastModifiedDateOnDocument {
FieldRef^ get ();
void set (FieldRef^ value);
}
member LastModifiedDateOnDocument : FieldRef with get, set
member LastModifiedDateOnDocument : FieldRef with get, set
Property Value
Type:
FieldRef
Correponds to the Native Image Date option under the Native Imaging Engine Options section.
Reference