WatchFolder Property

Gets or sets a file system folder that will be watched for files that will instantiate jobs.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property WatchFolder As String
    Get
    Set
'Usage

  Dim instance As JobDefinition
Dim value As String

value = instance.WatchFolder

instance.WatchFolder = value
[DataMemberAttribute]
public string WatchFolder { get; set; }
[DataMemberAttribute]
public:
property String^ WatchFolder {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member WatchFolder : string with get, set
  function get WatchFolder () : String
function set WatchFolder (value : String)

Property Value

Type: System. . :: . .String
The folder.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace