Get information about an individual file change - this will not include attributes etc

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

Public Shared Function GetFileChangeInfo( _ 
ByVal change_id As EntityID, _ 
ByVal db As IDatabase
) As FileChangeInfo
This language is not supported or no code example is available.
public static FileChangeInfo GetFileChangeInfo( 
EntityID change_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static FileChangeInfo^ GetFileChangeInfo( 
EntityID^ change_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetFileChangeInfo( 
change_id : EntityID
db : IDatabase 
) : FileChangeInfo;
This language is not supported or no code example is available.

Parameters

change_id
Type: EntityID

<default>

db
Type: IDatabase

<default>

Return Value

Type: FileChangeInfo

.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