Interface IRelatedDocument Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This interface is to represent the related document. public interface IRelatedDocument Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Methods RegisterDependentDocument(Document) Registers the dependent document. void RegisterDependentDocument(Document docDependent) Parameters docDependent Document The dependent document. UnregisterDependentDocument(Document) Unregisters the dependent document. void UnregisterDependentDocument(Document docDependent) Parameters docDependent Document The dependent document.