IDocumentTypeFeature<TDocumentType>.ChangeDocumentType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.