Click or drag to resize

IDocStorageServiceSetDocumentType 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: NetQuarryIAppContext
The application context.
docID
Type: SystemString
The document.
docType
Type: SystemString
The document type.
See Also