StreamLink.NET  7.0.3-7.0.3-3688-ee25766
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.IDirectoryChangeElement Interface Reference

Provides information about a change to a directory element. More...

Properties

bool IsAdded [get]
 Indicates whether this directory element has been added or removed from the directory. More...
 
string Subject [get]
 Returns the subject of the directory element that has changed. More...
 
Caplin.StreamLink.SubjectType Type [get]
 Returns the subject type of the Directoruy element that has changed. More...
 

Detailed Description

Provides information about a change to a directory element.

Property Documentation

bool Caplin.StreamLink.IDirectoryChangeElement.IsAdded
get

Indicates whether this directory element has been added or removed from the directory.

  • true if the directory element has been added to the directory, false if it has been removed.
string Caplin.StreamLink.IDirectoryChangeElement.Subject
get

Returns the subject of the directory element that has changed.

  • The directory element's subject.
Caplin.StreamLink.SubjectType Caplin.StreamLink.IDirectoryChangeElement.Type
get

Returns the subject type of the Directoruy element that has changed.

  • The directory element's subject type.

Generated on Fri Jan 26 2018 17:04:15 for StreamLink.NET