Share via


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.

Namespace:   Microsoft.WindowsServerSolutions.MediaStreaming
Assembly:  MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.MediaStreaming.MediaStreamingSharedFolderData

Syntax

[DataContractAttribute]
public class MediaStreamingSharedFolderData
[DataContractAttribute]
public ref class MediaStreamingSharedFolderData 
<DataContractAttribute>
Public Class MediaStreamingSharedFolderData

Constructors

Name Description
System_CAPS_pubmethod MediaStreamingSharedFolderData()

Creates a new instance of the MediaStreamingSharedFolderData object.

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty IsIncludedInMediaLibrary

Determines whether this shared folder is included in the Media Library or not.

System_CAPS_pubproperty LocalPath

The local mount point of this shared folder. Corresponds with the Folder.Path property in the Storage Object Model.

System_CAPS_pubproperty Name

The name of this shared folder specified by the user. Corresponds with the Folder.Name property in the Storage Object Model.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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