次の方法で共有


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

Indicates whether the shared folder is included in the Media Library.

System_CAPS_pubproperty Name

Gets the name of the shared folder.

System_CAPS_pubproperty Path

Gets the path to the shared folder.

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 SetInclusionInMediaLibrary(Boolean)

Includes or excludes the shared folder from the Media Library.

System_CAPS_pubmethod SetInclusionInMediaLibraryAsync(Boolean)

Asynchronously includes or excludes the shared folder from the Media Library.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent 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