InputFolder Property

Gets the name of the input folder for the job.

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

Syntax

'Declaration

  ReadOnly Property InputFolder As String
    Get
'Usage

  Dim instance As IJobMetadata
Dim value As String

value = instance.InputFolder
  string InputFolder { get; }
  property String^ InputFolder {
    String^ get ();
}
  abstract InputFolder : string
  function get InputFolder () : String

Property Value

Type: System. . :: . .String
The input folder name.

See Also

Reference

IJobMetadata Interface

Microsoft.Web.Media.TransformManager Namespace