Interface IPresentationReconcilerExtension
-
- All Known Implementing Classes:
PresentationReconciler
public interface IPresentationReconcilerExtensionExtension interface forIPresentationReconciler. Adds awareness of documents with multiple partitions.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocumentPartitioning()Returns the document partitioning this presentation reconciler is using.
-
-
-
Method Detail
-
getDocumentPartitioning
String getDocumentPartitioning()
Returns the document partitioning this presentation reconciler is using.- Returns:
- the document partitioning this presentation reconciler is using
-
-