Deprecated Prizm Content Connect
GetIntermediatePageFileNameTemplate Method






Source document file of interest.
Extension of interest to be part of the template name.
Gets an appropriate identifiable intermediate document name template to the document of interest.
Syntax
'Declaration
 
Public Function GetIntermediatePageFileNameTemplate( _
   ByVal document As Document, _
   ByVal extension As System.String _
) As System.String
'Usage
 
Dim instance As ResultCache
Dim document As Document
Dim extension As System.String
Dim value As System.String
 
value = instance.GetIntermediatePageFileNameTemplate(document, extension)
public System.string GetIntermediatePageFileNameTemplate( 
   Document document,
   System.string extension
)
public function GetIntermediatePageFileNameTemplate( 
    document: Document;
    extension: System.String
): System.String; 
public function GetIntermediatePageFileNameTemplate( 
   document : Document,
   extension : System.String
) : System.String;
public: System.string* GetIntermediatePageFileNameTemplate( 
   Document* document,
   System.string* extension
) 
public:
System.String^ GetIntermediatePageFileNameTemplate( 
   Document^ document,
   System.String^ extension
) 

Parameters

document
Source document file of interest.
extension
Extension of interest to be part of the template name.

Return Value

Returns intermediate filename template for that document.
See Also

Reference

ResultCache Class
ResultCache Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback