Information about a file
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
	
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
  
  
	
		
  
    
  
    Top
  
						
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataContract()> _
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class FileInfo
Implements ISynergyEntity, _
IHasAttributes
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public class FileInfo : ISynergyEntity,
IHasAttributes
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class FileInfo : public ISynergyEntity^,
public IHasAttributes^
This language is not supported or no code example is available.
public
DataContract()
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)
class FileInfo
implements ISynergyEntity,
IHasAttributes
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	Type | Get the entity type | 
 
	  
    
	 | 
	attributes | Any attributes, if requested | 
 
	  
    
	 | 
	id | 
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	CreateExtensionData() | Create a list of extension data objects if needed | 
 
	  
    
	 | 
	Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). | 
   
    
	  
    
	 | 
	Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | 
 
	  
    
	 | 
	GetChangedAttributes() | Get all changed attributes | 
 
	  
    
	 | 
	GetHashCode | Serves as the default hash function. (inherited from Object). | 
 
	  
    
	 | 
	GetType | Gets the Type of the current instance. (inherited from Object). | 
   
    
	  
    
	 | 
	MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | 
 
	  
    
	 | 
	ToString() | Returns a string that represents the current object. | 
| Name | Description | |
|---|---|---|
		     
	    
	
	    
	   | 
	  active_check_out | Information about any active checkout - may be null | 
		     
	    
	
	    
	   | 
	  active_folder_check_out | Information about parent managed folder/td project checkout - may be null | 
		     
	    
	
	    
	   | 
	  change_attribs | Any change attributes, if requested | 
		     
	    
	
	    
	   | 
	  display_name | An additional display name field, may or may not be used | 
		     
	    
	
	    
	   | 
	  extension_data | |
		     
	    
	
	    
	   | 
	  file_access | May contain (see has_has_file_access) access information for the user | 
		     
	    
	
	    
	   | 
	  file_created_utc | |
		     
	    
	
	    
	   | 
	  file_id | The id of the file on the server | 
		     
	    
	
	    
	   | 
	  file_lock | Any lock info about this file | 
		     
	    
	
	    
	   | 
	  file_modified_utc | |
		     
	    
	
	    
	   | 
	  file_name | the server name of the file | 
		     
	    
	
	    
	   | 
	  file_size | The size of the file on the server | 
		     
	    
	
	    
	   | 
	  file_store | |
		     
	    
	
	    
	   | 
	  file_type | What sort of file is this? | 
		     
	    
	
	    
	   | 
	  flattened_parent_attributes | Contains a set of parent attributes, flattened into a list - note that this may not be set unless requested | 
		     
	    
	
	    
	   | 
	  folder_id | The id of the folder this file exists in | 
		     
	    
	
	    
	   | 
	  has_file_access | Does this file have access info for this user? | 
		     
	    
	
	    
	   | 
	  has_folder_references | Does this have folder references? | 
		     
	    
	
	    
	   | 
	  has_layouts | |
		     
	    
	
	    
	   | 
	  has_references | Does this have references? | 
		     
	    
	
	    
	   | 
	  is_link_source | Is this the source of a link? | 
		     
	    
	
	    
	   | 
	  is_referenced | |
		     
	    
	
	    
	   | 
	  last_change_time | the last time this file was changed - in utc | 
		     
	    
	
	    
	   | 
	  last_change_type | the last change that was done to this file | 
		     
	    
	
	    
	   | 
	  last_user_id | The id of the user that last changed the file | 
		     
	    
	
	    
	   | 
	  last_user_name | the name of the user who made the last change - in utc | 
		     
	    
	
	    
	   | 
	  latest_version | What's the latest version number? | 
		     
	    
	
	    
	   | 
	  link_path | A path to the link source | 
		     
	    
	
	    
	   | 
	  link_source_id | The link source, if this is a linked file | 
		     
	    
	
	    
	   | 
	  path | A path to the file | 
		     
	    
	
	    
	   | 
	  preview_state | Do we have a preview? | 
		     
	    
	
	    
	   | 
	  version | the version of the file | 
		     
	    
	
	    
	   | 
	  workflows | Any workflows attached to this file - may be null | 
Contracts.Data.FileInfo