Get info about a td project file - only relevant if a check in, check out project

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

Public Shared Function GetTDProjectFileInfo( _ 
ByVal info As TDProjectInfo, _ 
ByVal project_folder As Boolean, _ 
ByVal file_name As String, _ 
ByVal retrieve_attributes As Boolean, _ 
ByVal db As IDatabase
) As FileInfo
This language is not supported or no code example is available.
public static FileInfo GetTDProjectFileInfo( 
TDProjectInfo info
bool project_folder
string file_name
bool retrieve_attributes
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static FileInfo^ GetTDProjectFileInfo( 
TDProjectInfo^ info
bool project_folder
String^ file_name
bool retrieve_attributes
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetTDProjectFileInfo( 
info : TDProjectInfo
project_folder : boolean
file_name : String
retrieve_attributes : boolean
db : IDatabase 
) : FileInfo;
This language is not supported or no code example is available.

Parameters

info
Type: TDProjectInfo

project_folder
Type: bool

are we looking in the project directory

file_name
Type: string

the name of the file we're looking for

retrieve_attributes
Type: bool

whether or not to retrieve attributes

db
Type: IDatabase

the db connection to use

Return Value

Type: FileInfo

the response of the operation, with the info

.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