An individual folder in a project
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
	
	
		
  
    
  
    Top
  
						
	
		
  
    
  
    Top
  
						
  
  
	
		
  
    
  
    Top
  
						
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
<DataContract()> _
Public Class ProjectFolder
Implements ISynergyEntity, _
IHasAttributes
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
[DataContract()]
public class ProjectFolder : ISynergyEntity,
IHasAttributes
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
[DataContract()]
public ref class ProjectFolder : public ISynergyEntity^,
public IHasAttributes^
This language is not supported or no code example is available.
public
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)
DataContract()
class ProjectFolder
implements ISynergyEntity,
IHasAttributes
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	Type | Get the entity type | 
 
	  
    
	 | 
	attributes | Any attributes | 
 
	  
    
	 | 
	has_sub_folders | Are there any sub folders? | 
 
	  
    
	 | 
	has_td_projects | Do we have any td projects? | 
 
	  
    
	 | 
	id | 
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	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). | 
 
	  
    
	 | 
	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_checkout | Some checkout information | 
		     
	    
	
	    
	   | 
	  created_date | When the folder was created | 
		     
	    
	
	    
	   | 
	  folder_id | The folder id | 
		     
	    
	
	    
	   | 
	  folder_name | The folder name | 
		     
	    
	
	    
	   | 
	  folder_state | The state of the folder - only makes sense for managed, td model folders | 
		     
	    
	
	    
	   | 
	  folder_type | The folder type | 
		     
	    
	
	    
	   | 
	  inherits_file_attributes | Whether or not this inherits file attributes | 
		     
	    
	
	    
	   | 
	  inherits_file_naming_rules | Whether or not this inherits file naming rules from the parent folder | 
		     
	    
	
	    
	   | 
	  inherits_permissions | Are we inheriting permissions? | 
		     
	    
	
	    
	   | 
	  lock_info | Info about locks - right now, this is really only for managed folders | 
		     
	    
	
	    
	   | 
	  num_sub_folders | The number of sub folders | 
		     
	    
	
	    
	   | 
	  num_td_projects | the number of 12d model projects in folders | 
		     
	    
	
	    
	   | 
	  parent_folder_id | The parent folder id | 
		     
	    
	
	    
	   | 
	  project_id | the id this project is in | 
		     
	    
	
	    
	   | 
	  updated_date | The date this was updated | 
		     
	    
	
	    
	   | 
	  user_id | The id of the user who created the folder | 
Contracts.Data.ProjectFolder