Click or drag to resize

IDocStorageService.SetDocumentType Method

Sets the application-specific document type for the specified document.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void SetDocumentType(
	IAppContext cxt,
	string docID,
	string docType
)

Parameters

cxt
Type: NetQuarry.IAppContext
The application context.
docID
Type: System.String
The document.
docType
Type: System.String
The document type.
See Also