KnowledgebaseExtensions Class

Definition

public static class KnowledgebaseExtensions
type KnowledgebaseExtensions = class
Public Module KnowledgebaseExtensions
Inheritance
KnowledgebaseExtensions

Methods

CreateAsync(IKnowledgebase, CreateKbDTO, CancellationToken)
DeleteAsync(IKnowledgebase, String, CancellationToken)
DownloadAsync(IKnowledgebase, String, String, CancellationToken)
GetDetailsAsync(IKnowledgebase, String, CancellationToken)
ListAllAsync(IKnowledgebase, CancellationToken)
PublishAsync(IKnowledgebase, String, CancellationToken)
ReplaceAsync(IKnowledgebase, String, ReplaceKbDTO, CancellationToken)
UpdateAsync(IKnowledgebase, String, UpdateKbOperationDTO, CancellationToken)

Applies to