Previous Topic: CaWInteractiveMerge

Next Topic: GetDescription Method


GetCompress Method

Gets the Compress status of the merge-tagged file.

Syntax

object.GetCompress()

Owning Class

CaWInteractiveMerge

Arguments

None

Return Value

Y-if compressed, N-if not

Notes

None

Example

Dim objInteractiveMerge
Set objInteractiveMerge = objContext.GetInteractiveMerge()
strRet = objInteractiveMerge.GetCompress()

More information: