adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IFoundFileParameters Interface / FoundFiles Property


In This Topic
    FoundFiles Property
    In This Topic
    Information about the found files to test.
    Syntax
    'Declaration
     
    
    ReadOnly Property FoundFiles As IFoundFileInfo()
    IFoundFileInfo[] FoundFiles {get;}
    property array<IFoundFileInfo^>^ FoundFiles {
       array<IFoundFileInfo^>^ get();
    }
    See Also