Table of Contents

Class ItemNotification.ItemTypeSourceLocationArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll
Provides information about the item type source location.
public class ItemNotification.ItemTypeSourceLocationArgs : NotificationArgs
Inheritance
ItemNotification.ItemTypeSourceLocationArgs
Inherited Members

Constructors

ItemTypeSourceLocationArgs(SourceLocations)

Initializes a new instance of an object.
public ItemTypeSourceLocationArgs(MetadataManager.SourceLocations sourceLocation)

Parameters

sourceLocation MetadataManager.SourceLocations
The item type source location.

Properties

SourceLocation

Gets or sets item type source location.
public MetadataManager.SourceLocations SourceLocation { get; set; }

Property Value

MetadataManager.SourceLocations
To top