StreamLink.NET
IDirectoryEvent Interface
StreamLink.NETCaplin.StreamLink.Subscription.DirectoryIDirectoryEvent
Provides information about a subscribed directory and the latest changes to its structure.
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
Gets the collection of elements 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
Gets the name of the subject that the subscription data event relates to.
(Inherited from ISubscriptionDataEvent.)
SubjectType
Gets the type of the subject that the subscription data event relates to.
(Inherited from ISubscriptionDataEvent.)
Type
Gets the type of the subscription data event.
(Inherited from ISubscriptionDataEvent.)

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