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)

System::Object
  Microsoft.WindowsServerSolutions.MediaStreaming::MediaStreamingSharedFolderData

[DataContractAttribute]
public ref class MediaStreamingSharedFolderData 

NameDescription
System_CAPS_pubmethodMediaStreamingSharedFolderData()

Creates a new instance of the MediaStreamingSharedFolderData object.

NameDescription
System_CAPS_pubpropertyID

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_pubpropertyIsIncludedInMediaLibrary

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

System_CAPS_pubpropertyLocalPath

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

System_CAPS_pubpropertyName

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: