MediaStreamingSharedFolder Class
Represents a shared folder object with information specific to media streaming.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.MediaStreaming.MediaStreamingSharedFolder
Syntax
public class MediaStreamingSharedFolder
public ref class MediaStreamingSharedFolder
Public Class MediaStreamingSharedFolder
Properties
Name | Description | |
---|---|---|
ID | The identifier of this shared folder. Corresponds with the Folder.ID property in the Storage Object Model. If this is a default shared folder, this value will match a Folder Type constant (Folder.MusicType, Folder.PicturesType, etc.) in the Storage Object Model; otherwise the value will be a random Guid. |
|
IsIncludedInMediaLibrary | Indicates whether the shared folder is included in the Media Library. |
|
Name | Gets the name of the shared folder. |
|
Path | Gets the path to the shared folder. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetInclusionInMediaLibrary(Boolean) | Includes or excludes the shared folder from the Media Library. |
|
SetInclusionInMediaLibraryAsync(Boolean) | Asynchronously includes or excludes the shared folder from the Media Library. |
|
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
SetInclusionInMediaLibraryAsyncCompleted | Represents the event that is raised when the SetInclusionInMediaLibraryAsync method finishes. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top