Folder.CreateFolder (String, EntityID, EntityID, Boolean, Boolean, FolderType, EntityID, IDatabase) Method
Public Shared Function CreateFolder( _
ByVal folder_name As String, _
ByVal parent_folder As EntityID, _
ByVal project_id As EntityID, _
ByVal inherit_permissions As Boolean, _
ByVal inherit_file_attribs As Boolean, _
ByVal folder_type As FolderType, _
ByVal contact_id As EntityID, _
ByVal db As IDatabase _
) As EntityID
This language is not supported or no code example is available.
public static function CreateFolder(
folder_name : String,
parent_folder : EntityID,
project_id : EntityID,
inherit_permissions : boolean,
inherit_file_attribs : boolean,
folder_type : FolderType,
contact_id : EntityID,
db : IDatabase
) : EntityID;
This language is not supported or no code example is available.
Parameters
- folder_name
- string
the folder name to create
- parent_folder
- EntityID
the praent folder to create it in - may be null if a root folder
- project_id
- EntityID
- inherit_permissions
- bool
whether or not this folder inherits permissions
- inherit_file_attribs
- bool
- folder_type
- FolderType
the type of folder
- contact_id
- EntityID
the id of the contact creating the folder
- db
- IDatabase
the database connection
Return Value
EntityIDthe created folder id