Given a folder and a version (which may be -1 if unknown), get the folder change id

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

Public Shared Function GetFolderChangeID( _ 
ByVal folder_id As EntityID, _ 
ByVal version As Integer, _ 
ByVal db As IDatabase
) As EntityID
This language is not supported or no code example is available.
public static EntityID GetFolderChangeID( 
EntityID folder_id
int version
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ GetFolderChangeID( 
EntityID^ folder_id
int version
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetFolderChangeID( 
folder_id : EntityID
version : int
db : IDatabase 
) : EntityID;
This language is not supported or no code example is available.

Parameters

folder_id
Type: EntityID

the folder id

version
Type: int

the version, -1 if you want the latest

db
Type: IDatabase

the db connection

Return Value

Type: EntityID

the folder change id, null if not available

.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