StreamLink.NET  6.2.10-3513-c11dd52
 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 Thu Apr 27 2017 14:05:45 for StreamLink.NET