MediaStreamingSharedFolderData Class
Data contract used in the IMediaStreaming WCF service contract, representing various shared folder properties from the Storage Object Model combined with information useful to media streaming.
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | MediaStreamingSharedFolderData() | Creates a new instance of the MediaStreamingSharedFolderData object. |
| 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 | Determines whether this shared folder is included in the Media Library or not. |
![]() | LocalPath | The local mount point of this shared folder. Corresponds with the Folder.Path property in the Storage Object Model. |
![]() | Name | The name of this shared folder specified by the user. Corresponds with the Folder.Name property in the Storage Object Model. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


