Retrieving Search Collection Status

The following is an example of retrieving search collection status information in C# through the SOAP API:

    SearchCollectionStatus scstat = new SearchCollectionStatus();
    scstat.collection = COLLECTION;
    
    SearchCollectionStatusResponse statresp = port.SearchCollectionStatus(scstat);
    
    vsestatus status = statresp.vsestatus;

Directory pathname information for a search collection is returned in the filebase attribute to make it easier for users and administrators to locate the data that is associated with a collection.