Set the folder type

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Sub SetFolderType( _ 
ByVal folder_id As EntityID, _ 
ByVal type As FolderType, _ 
ByVal recursive As Boolean, _ 
ByVal user_id As EntityID, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void SetFolderType( 
EntityID folder_id
FolderType type
bool recursive
EntityID user_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void SetFolderType( 
EntityID^ folder_id
FolderType type
bool recursive
EntityID^ user_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function SetFolderType( 
folder_id : EntityID
type : FolderType
recursive : boolean
user_id : EntityID
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

folder_id
Type: EntityID

the id of hte folder

type
Type: FolderType

the type of folder

recursive
Type: bool

whether or not this should be done recursively (generally, yes)

user_id
Type: EntityID

the user doing the set

db
Type: IDatabase

the db connection to use

.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