Share via


AsfIndexer.IndexFile Method

Indexes an ASF file.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Sub IndexFile ( _
    fileName As String _
)
'Usage
Dim instance As AsfIndexer
Dim fileName As String

instance.IndexFile(fileName)
public void IndexFile (
    string fileName
)
public:
void IndexFile (
    String^ fileName
)

Parameters

fileName

The file name to be indexed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AsfIndexer Class
AsfIndexer Members
Microsoft.Expression.Encoder Namespace