Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Booleantrue if the shared folder is configured for media streaming; otherwise, false.
See Also
MediaStreamingSharedFolder Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top