adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationAttachment Interface / FileLocation Property


In This Topic
    FileLocation Property (INotificationAttachment)
    In This Topic
    The path/name of the file as stored on the filesystem.
    Syntax
    'Declaration
     
    
    ReadOnly Property FileLocation As String
    string FileLocation {get;}
    property String^ FileLocation {
       String^ get();
    }
    See Also