# ExportContext

Namespace: Lithnet.Ecma2Framework

The export context contains information about the currently running export operation

```csharp
public class ExportContext
```

Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [ExportContext](https://docs.lithnet.io/ecma2-framework/advanced/index/lithnet.ecma2framework.exportcontext)

## Properties

### **RunStep**

Gets information about the run step that is currently executing

```csharp
public OpenExportConnectionRunStep RunStep { get; }
```

#### Property Value

OpenExportConnectionRunStep<br>

### **Types**

Gets the current schema of the management agent

```csharp
public Schema Types { get; }
```

#### Property Value

Schema<br>

### **CustomData**

Gets or sets an object that can be used to store user-defined custom data that is shared by all export providers

```csharp
public object CustomData { get; set; }
```

#### Property Value

[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lithnet.io/ecma2-framework/advanced/index/lithnet.ecma2framework.exportcontext.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
