An individual folder in a project

Namespace: Contracts.Data
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
Public property Type Get the entity type
Public property attributes Any attributes
Public property has_sub_folders Are there any sub folders?
Public property has_td_projects Do we have any td projects?
Public property id
Top
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Returns a string that represents the current object.
Top
Name Description
Public field active_checkout Some checkout information
Public field created_date When the folder was created
Public field folder_id The folder id
Public field folder_name The folder name
Public field folder_state The state of the folder - only makes sense for managed, td model folders
Public field folder_type The folder type
Public field inherits_file_attributes Whether or not this inherits file attributes
Public field inherits_file_naming_rules Whether or not this inherits file naming rules from the parent folder
Public field inherits_permissions Are we inheriting permissions?
Public field lock_info Info about locks - right now, this is really only for managed folders
Public field num_sub_folders The number of sub folders
Public field num_td_projects the number of 12d model projects in folders
Public field parent_folder_id The parent folder id
Public field project_id the id this project is in
Public field updated_date The date this was updated
Public field user_id The id of the user who created the folder
Top
Contracts.Data.ProjectFolder

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1