次の方法で共有


MediaStreamingSharedFolder.SetInclusionInMediaLibraryAsync Method (Boolean)

 

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

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

Syntax

public void SetInclusionInMediaLibraryAsync(
    bool enable
)
public:
void SetInclusionInMediaLibraryAsync(
    bool enable
)
Public Sub SetInclusionInMediaLibraryAsync (
    enable As Boolean
)

Parameters

  • enable
    Type: System.Boolean

    true if the shared folder is configured for media streaming; otherwise, false.

See Also

MediaStreamingSharedFolder Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace

Return to top