interface 
                    
        IFileValue
    
IFileValue is an interface that represents a file.
To create an IFileValue you must create a FileValue by the keyword 'new' passing FileName and Content as parameter ('New FileValue(<your_name>, <your_content>)').
    
    Implemented interfaces: 
        This type does not implements any interface.
    Derived types: 
            
            
                    DmProfileFile
            
            
            
            
                    IDmProfileFile
            
    Properties
    
                
                    
                
                    
                
                    
                        
                            Int64 FileSize { get; set; }
                        
                     
                    The size of the file in bytes 
                    
                 
                    
                
                    
                        
                            Guid? HistoryStorageId { get; set; }
                        
                     
                     
                        
                 
                    
                
                    
                
                    
                        
                            Guid? StorageId { get; set; }
                        
                     
                    The id of the storage where the file is saved