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.SourceLocationsThe item type source location.
Properties
SourceLocation
Gets or sets item type source location.
public MetadataManager.SourceLocations SourceLocation { get; set; }