TDProjectInfo Class

Information about a 12d model project
<DataContract()> _ 
<Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public Class TDProjectInfo 
Implements ISynergyEntity, _ 
IHasAttributes, _ 
ICloneable
This language is not supported or no code example is available.
[DataContract()] 
[Obfuscation(Exclude = true, ApplyToMembers = true)] 
public class TDProjectInfo : ISynergyEntity
IHasAttributes
ICloneable
This language is not supported or no code example is available.
[DataContract()] 
[Obfuscation(Exclude = true, ApplyToMembers = true)] 
public ref class TDProjectInfo : public ISynergyEntity^, 
public IHasAttributes^, 
public ICloneable^
This language is not supported or no code example is available.
public  
DataContract() 
Obfuscation(Exclude = true, ApplyToMembers = true) 
class TDProjectInfo 
implements ISynergyEntity
IHasAttributes
ICloneable
This language is not supported or no code example is available.
Name Description
Public property CleanName Get the clean name of the project
Public property Type Get the entity type
Public property attributes Attributes, if they were requested
Public property id The id of the td project
Top
Methods
 
Name Description
Public method Clone()
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. (inherited from Object).
Top
Fields
 
Name Description
Public field check_out_info Information about a check out
Public field cosmetic_path A cosmetic path, which is of the form /Project/.../TDProject
Public field created_by_id The id of the user that created this project
Public field created_on The date time (UTC) when this was created
Public field customisation_mode
Public field direct_path A direct path, of the form ?ID=..&ServerID=...
Public field folder_id The id of the folder this project is stored in, when a check in and out project
Public field inherits_file_attributes
Public field is_locked Is this locked?
Public field location The network location, if it's that type of project
Public field lock_info Any lock info about this file
Public field map_file_id An optional map file, used for potentially checking a project on check in
Public field map_file_mode
Public field name THe name of the project
Public field parent_folder_id A parent folder id, which is where the actual project is stored (potentially)
Public field parent_project_id The parent project id
Public field project_version The 12d model version of the project
Public field type The project type
Public field use_old_shares_when_disconnected
Public field version The version we're getting info about
Top
Contracts.Data.TDProjectInfo

.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

In this article

Definition