Aracılığıyla paylaş


IDocumentTypeFeature<TDocumentType>.ChangeDocumentType Method

Definition

Provides logic to change one type to another. Will likely affect Current.

public void ChangeDocumentType (TDocumentType newType);
abstract member ChangeDocumentType : 'DocumentType -> unit
Public Sub ChangeDocumentType (newType As TDocumentType)

Parameters

newType
TDocumentType

Type to change the document to.

Applies to