LocalFileWatcherFilter Property

Gets or sets a file filter value that is used to initiate job creation.

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

Syntax

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

  Dim instance As JobDefinition
Dim value As String

value = instance.LocalFileWatcherFilter

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

Property Value

Type: System. . :: . .String
A file filter value that is used to initiate job creation.

Remarks

Filters can be for simple file types or for SMIL 2.0-compliant manifests. If the InputIsManifest property is true, files that match the filter are opened and searched for the seq or switch elements that have child elements that in turn have the src attribute. The src attribute contains the name of the input files. When all of the input files have arrived, the job is created.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace