    

 ## On this page

  

 

 #  Class JournalParameter

 Last update: 16.07.2025 

Namespace: [VM.Managed.Operation](VM.Managed.Operation.md)  
Assembly: VMAppCore.dll

Journal parameter struct

```csharp
public class JournalParameter

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [JournalParameter](VM.Managed.Operation.JournalParameter.md)

#### 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_Operation_JournalParameter__ctor_System_Xml_XmlNode_System_String_System_String_"></a> JournalParameter(XmlNode, string, string)

Initializes a new instance of the  struct.

```csharp
public JournalParameter(XmlNode xmlInfo, string journalVersion, string currentVersion)

```

#### Parameters

`xmlInfo` [XmlNode](https://learn.microsoft.com/dotnet/api/system.xml.xmlnode)

The XML information.

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

The journal version.

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

The current version.

## Fields

### <a id="VM_Managed_Operation_JournalParameter_CurrentVersion"></a> CurrentVersion

The current version

```csharp
public string CurrentVersion

```

#### Field Value

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

### <a id="VM_Managed_Operation_JournalParameter_JournalVersion"></a> JournalVersion

The journal version

```csharp
public string JournalVersion

```

#### Field Value

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

### <a id="VM_Managed_Operation_JournalParameter_XmlInfo"></a> XmlInfo

The XML information

```csharp
public XmlNode XmlInfo

```

#### Field Value

[XmlNode](https://learn.microsoft.com/dotnet/api/system.xml.xmlnode)