StreamLink.NET
IDirectoryEvent Interface
StreamLink.NETCaplin.StreamLink.Subscription.DirectoryIDirectoryEvent

The interface implemented by an event object relating to a directory within the Liberator.

The interface provides access to information about the directory such as the contained elements and subsequent content changes via the AddedElements and RemovedElements properties.

Declaration Syntax
C#Visual BasicVisual C++
public interface IDirectoryEvent : ISubscriptionDataEvent
Public Interface IDirectoryEvent _
	Implements ISubscriptionDataEvent
public interface class IDirectoryEvent : ISubscriptionDataEvent
Members
All MembersProperties



IconMemberDescription
AddedElements
Get the collection of objects that have been added to the directory in this update

RemovedElements
Get a collection of objects that have been removed from the directory in this update

Subject
Get the name of the subject updated.
(Inherited from ISubscriptionDataEvent.)
SubjectType
Gets the type of the subject that the event is for.
(Inherited from ISubscriptionDataEvent.)
Type
Gets the type of event.
(Inherited from ISubscriptionDataEvent.)

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.5.0 (5.0.5.0)