FolderModel Class

Public Class FolderModel
This language is not supported or no code example is available.
public class FolderModel
This language is not supported or no code example is available.
public ref class FolderModel 
This language is not supported or no code example is available.
public class FolderModel
This language is not supported or no code example is available.
Name Description
Public property ActiveCheckout Some checkout information
Public property Attributes Any attributes
Public property CreatedByID The id of the user who created the folder
Public property CreatedOn When the folder was created
Public property EntityObject
Public property FileAttributes Any common File Attributes for this folder
Public property FileChangeAttributes Any common File change Attributes for this folder
Public property FolderState The state of the folder - only makes sense for managed, td model folders
Public property FolderType The folder type
Public property Has12dProjects Do we have any td projects?
Public property HasSubFolders Are there any sub folders?
Public property ID The folder id
Public property InheritsFileAttributes Whether or not this inherits file attributes
Public property InheritsFileNamingRules Whether or not this inherits file naming rules from the parent folder
Public property InheritsPermissions Are we inheriting permissions?
Public property IsManagedFolder Whether or not the folder is a managed folder
Public property JobID the id this project is in
Public property LockInfo Info about locks - right now, this is really only for managed folders
Public property Name The folder name
Public property NoOfSubFolders The number of sub folders
Public property NumberOf12dProjects the number of 12d model projects in folders
Public property ParentFolderID The parent folder id
Public property Path Folder path
Public property Type Get the entity type
Public property UpdatedOn The date this was updated
Top
Methods
 
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. (inherited from Object).
Top
SynergyServerWeb.API.Models.FolderModel

.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