Previous Topic: void SetMergeRule( LPCTSTR szRule )

Next Topic: LPCTSTR GetMergeRule(void)


void SetVersionDescription( LPCTSTR szDescription )

Provides a description to be associated with the merged version.

Owning Class

CaConcurrentMerge

Arguments

LPCTSTR szDescription

Return Value

None

Example

CaConcurrentMerge& rConcurrentMerge = rContext.GetConcurrentMerge(); rConcurrentMerge.SetVersionDescription(“My Merged Version”);

More information: