adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IFoundFileInfo Interface / FileAction Property


In This Topic
    FileAction Property
    In This Topic
    The state of this file. Set only for file triggers.
    Syntax
    'Declaration
     
    
    ReadOnly Property FileAction As FileTriggerOptions
    FileTriggerOptions FileAction {get;}
    property FileTriggerOptions FileAction {
       FileTriggerOptions get();
    }
    See Also