> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.kspublishservice/ks.reactor.client.unity.editor.kspublishservice.imageinfo.md).

# Class ksPublishService.ImageInfo

Namespace: [KS.Reactor.Client.Unity.Editor](/reactor/api-reference/ks.reactor.client.unity.editor.md)\
Assembly: KSUnity-Source.dll

Contains information about a Reactor image.

```csharp
public class ksPublishService.ImageInfo
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ksPublishService.ImageInfo](/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.kspublishservice/ks.reactor.client.unity.editor.kspublishservice.imageinfo.md)

#### Inherited Members

[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)), [object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)), [object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone), [object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

## Properties

### Id <a href="#ks_reactor_client_unity_editor_kspublishservice_imageinfo_id" id="ks_reactor_client_unity_editor_kspublishservice_imageinfo_id"></a>

Image ID.

```csharp
public int Id { get; set; }
```

#### Property Value

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

### Name <a href="#ks_reactor_client_unity_editor_kspublishservice_imageinfo_name" id="ks_reactor_client_unity_editor_kspublishservice_imageinfo_name"></a>

Image name.

```csharp
public string Name { get; set; }
```

#### Property Value

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

### Publisher <a href="#ks_reactor_client_unity_editor_kspublishservice_imageinfo_publisher" id="ks_reactor_client_unity_editor_kspublishservice_imageinfo_publisher"></a>

Name of the user who published the image.

```csharp
public string Publisher { get; set; }
```

#### Property Value

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

### Scenes <a href="#ks_reactor_client_unity_editor_kspublishservice_imageinfo_scenes" id="ks_reactor_client_unity_editor_kspublishservice_imageinfo_scenes"></a>

A collection of scene names mapped to lists of rooms in those scenes.

```csharp
public Dictionary<string, List<string>> Scenes { get; set; }
```

#### Property Value

[Dictionary](https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2)<[string](https://learn.microsoft.com/dotnet/api/system.string), [List](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)<[string](https://learn.microsoft.com/dotnet/api/system.string)>>

### Time <a href="#ks_reactor_client_unity_editor_kspublishservice_imageinfo_time" id="ks_reactor_client_unity_editor_kspublishservice_imageinfo_time"></a>

Time the image was published in YYYY-MM-DD HH-mm-ss format.

```csharp
public string Time { get; set; }
```

#### Property Value

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

### Version <a href="#ks_reactor_client_unity_editor_kspublishservice_imageinfo_version" id="ks_reactor_client_unity_editor_kspublishservice_imageinfo_version"></a>

Image version.

```csharp
public string Version { get; set; }
```

#### Property Value

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