Deprecated Prizm Content Connect
GetIntermediatePageGenerationMarkerFileName Method






Source document file of interest.
Extension or file type of pages of interest.
Returns a control entity for page generations done or being performed.
Syntax
'Declaration
 
Public Function GetIntermediatePageGenerationMarkerFileName( _
   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.GetIntermediatePageGenerationMarkerFileName(document, extension)
public System.string GetIntermediatePageGenerationMarkerFileName( 
   Document document,
   System.string extension
)
public function GetIntermediatePageGenerationMarkerFileName( 
    document: Document;
    extension: System.String
): System.String; 
public function GetIntermediatePageGenerationMarkerFileName( 
   document : Document,
   extension : System.String
) : System.String;
public: System.string* GetIntermediatePageGenerationMarkerFileName( 
   Document* document,
   System.string* extension
) 
public:
System.String^ GetIntermediatePageGenerationMarkerFileName( 
   Document^ document,
   System.String^ extension
) 

Parameters

document
Source document file of interest.
extension
Extension or file type of pages of interest.

Return Value

Returns control entity file name.
See Also

Reference

ResultCache Class
ResultCache Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback