Table of Contents

Class Index.IndexBuildStartedArgs

Namespace
Dynamicweb.Indexing.Notifications
Assembly
Dynamicweb.Core.dll
public sealed class Index.IndexBuildStartedArgs : NotificationArgs
Inheritance
Index.IndexBuildStartedArgs
Inherited Members

Properties

Build

public string Build { get; set; }

Property Value

string

Instance

public string Instance { get; set; }

Property Value

string

IsResume

public bool IsResume { get; set; }

Property Value

bool

Meta

public IDictionary<string, string> Meta { get; set; }

Property Value

IDictionary<string, string>

Name

public string Name { get; set; }

Property Value

string
To top