Skip to content

IndexEntry Class

Jared Atkinson edited this page Nov 5, 2015 · 6 revisions

Syntax

public class IndexEntry
{
    // Properties
    public ulong RecordNumber;
    public bool Directory;
    public string Filename;
    public string FullName;

    // Static Methods
    public static IndexEntry[] GetInstances(string path)
}

Properties

RecordNumber - 
Directory - 
Filename - 
FullName - 

Methods

Name Description
GetInstances(string)

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally