Does this folder contain a file of a given name?

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

Public Shared Function ContainsFile( _ 
ByVal folder_id As EntityID, _ 
ByVal file_name As String, _ 
ByVal db As IDatabase
) As Boolean
This language is not supported or no code example is available.
public static bool ContainsFile( 
EntityID folder_id
string file_name
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static bool ContainsFile( 
EntityID^ folder_id
String^ file_name
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function ContainsFile( 
folder_id : EntityID
file_name : String
db : IDatabase 
) : boolean;
This language is not supported or no code example is available.

Parameters

folder_id
Type: EntityID

the id of the folder

file_name
Type: string

the name of the file

db
Type: IDatabase

the database connection

Return Value

Type: bool

bool: whether or not the folder contains the file

.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