Invokes ArtMiddleware.OnCreate() within a try/catch block and prints any errors/exceptions to the server log
Syntax
'Declaration
Public Sub InvokeArtOnCreate( _
ByRef As Stream, _
ByVal As String, _
ByRef As String, _
ByVal As NameValueCollection _
)
'Usage
Dim instance As MarkupImageDataProvider
Dim stream As Stream
Dim documentIdentifier As String
Dim markupLayerRecordId As String
Dim documentContextData As NameValueCollection
instance.InvokeArtOnCreate(stream, documentIdentifier, markupLayerRecordId, documentContextData)
public void InvokeArtOnCreate(
ref Stream ,
string ,
ref string ,
NameValueCollection
)
public: void InvokeArtOnCreate(
ref Stream* ,
string* ,
ref string* ,
NameValueCollection*
)
public:
void InvokeArtOnCreate(
Stream^% ,
String^ ,
String^% ,
NameValueCollection^
)
Parameters
- stream
- A reference to the stream containing the Art Document
- documentIdentifier
- Document Identifier
- markupLayerRecordId
- a reference to the Markup Layer Record ID
- documentContextData
- Document Context Data
See Also