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
)
Sub SetDocumentType (
cxt As IAppContext,
docID As String,
docType As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - docID
- Type: SystemString
The document. - docType
- Type: SystemString
The document type.
See Also