    

 ## On this page

  

 

 # Class DocModifiedInfoFileGroupDocument&lt;T\\&gt;

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Pre](VM.Managed.DAFUL.Pre.md)  
Assembly: dfpredat.dll

This class is to represent document modified information for file group document.

```csharp
public abstract class DocModifiedInfoFileGroupDocument<t> : DocModifiedInfo where T : IFileGroup

```

#### Type Parameters

`T`

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [DocModifiedInfo](VM.Managed.DAFUL.Pre.DocModifiedInfo.md) ← [DocModifiedInfoFileGroupDocument](VM.Managed.DAFUL.Pre.DocModifiedInfoFileGroupDocument-1.md)

#### Inherited Members

[DocModifiedInfo.DocumentSaved()](VM.Managed.DAFUL.Pre.DocModifiedInfo.md#VM_Managed_DAFUL_Pre_DocModifiedInfo_DocumentSaved), [DocModifiedInfo.Cleanup()](VM.Managed.DAFUL.Pre.DocModifiedInfo.md#VM_Managed_DAFUL_Pre_DocModifiedInfo_Cleanup), [DocModifiedInfo.FilePath](VM.Managed.DAFUL.Pre.DocModifiedInfo.md#VM_Managed_DAFUL_Pre_DocModifiedInfo_FilePath), [DocModifiedInfo.Status](VM.Managed.DAFUL.Pre.DocModifiedInfo.md#VM_Managed_DAFUL_Pre_DocModifiedInfo_Status)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_Pre_DocModifiedInfoFileGroupDocument_1__ctor__0_"></a> DocModifiedInfoFileGroupDocument(T)

Initializes a new instance of the  class.

```csharp
protected DocModifiedInfoFileGroupDocument(T grp)

```

#### Parameters

`grp` T

The group.

## Properties

### <a id="VM_Managed_DAFUL_Pre_DocModifiedInfoFileGroupDocument_1_FilePath"></a> FilePath

Gets the file path.

```csharp
public override sealed string FilePath { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Pre_DocModifiedInfoFileGroupDocument_1_Group"></a> Group

Gets or sets the group.

```csharp
protected T Group { get; set; }

```

#### Property Value

T