Click or drag to resize

MatrixDataProviderExtensionOverrideMatrixData Method

Allows overriding matrix data (Revisions, CustomScopes) for files when the CT Core is about to read and cache it. Enables custom data sourcing for Revisions and CustomScopes.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool OverrideMatrixData(
	string bsFilename,
	string bsConfiguration,
	ctPropertyScope eScope,
	string bsData,
	ref string pbsOverriddenData
)

Parameters

bsFilename  String
File name
bsConfiguration  String
Configuration Name, or empty for Document Properties
eScope  ctPropertyScope
Scope of the matrix data. Should be ctPropertyScopeRevision, or one of ctPropertyScopeCustom1 to ctPropertyScopeCustom4.
bsData  String
Original stored data
pbsOverriddenData  String
Overridden data; must return true to use. Use MatrixDataProviderExtensionMatrixData to help with correct data formation.

Return Value

Boolean
Return true to use pbsOverriddenData; false to ignore.
Revision History
DateVersionDescription
-2022 SP1First Release
See Also