Gets an appropriate identifiable intermediate document name template to the document of interest.
'Declaration
Public Function GetIntermediatePageFileNameTemplate( _
ByVal As Document, _
ByVal 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 ,
System.string
)
public function GetIntermediatePageFileNameTemplate(
: Document;
: System.String
): System.String;
public function GetIntermediatePageFileNameTemplate(
: Document,
: System.String
) : System.String;
public: System.string* GetIntermediatePageFileNameTemplate(
Document* ,
System.string*
)
public:
System.String^ GetIntermediatePageFileNameTemplate(
Document^ ,
System.String^
)
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.