MediaStreamingSharedFolder Class

 

Represents a shared folder object with information specific to media streaming.

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

System::Object
  Microsoft.WindowsServerSolutions.MediaStreaming::MediaStreamingSharedFolder

public ref class MediaStreamingSharedFolder 

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

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

System_CAPS_pubpropertyName

Gets the name of the shared folder.

System_CAPS_pubpropertyPath

Gets the path to the shared folder.

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

Includes or excludes the shared folder from the Media Library.

System_CAPS_pubmethodSetInclusionInMediaLibraryAsync(Boolean)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventSetInclusionInMediaLibraryAsyncCompleted

Represents the event that is raised when the SetInclusionInMediaLibraryAsync method finishes.

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: