Interface ISupportIncrementalPostProcessor
Namespace: Microsoft.DocAsCode.Plugins
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public interface ISupportIncrementalPostProcessor
Properties
| Improve this Doc View SourcePostProcessorHost
Get or set post processor host
Declaration
IPostProcessorHost PostProcessorHost { get; set; }
Property Value
Type | Description |
---|---|
IPostProcessorHost |
Methods
| Improve this Doc View SourceGetIncrementalContextHash()
Get the hash of incremental context, skip incremental if it is different from latest one.
Declaration
string GetIncrementalContextHash()
Returns
Type | Description |
---|---|
String | the hash. |