MediaStreamingSharedFolder Class
Represents a shared folder object with information specific to media streaming.
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
| 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. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | SetInclusionInMediaLibraryAsyncCompleted | Represents the event that is raised when the SetInclusionInMediaLibraryAsync method finishes. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



