Gets an appropriate identifiable intermediate alternate page name to the document of interest. A page number will be part of the name indicating the page being pursued. Primarily to be used when an intermediate file name may be conflicted with another operation.
'Declaration
Public Function GetAlternateIntermediatePageFileName( _
ByVal As Page, _
ByVal As System.String _
) As System.String
'Usage
Dim instance As ResultCache
Dim page As Page
Dim extension As System.String
Dim value As System.String
value = instance.GetAlternateIntermediatePageFileName(page, extension)
public System.string GetAlternateIntermediatePageFileName(
Page ,
System.string
)
public function GetAlternateIntermediatePageFileName(
: Page;
: System.String
): System.String;
public function GetAlternateIntermediatePageFileName(
: Page,
: System.String
) : System.String;
public: System.string* GetAlternateIntermediatePageFileName(
Page* ,
System.string*
)
public:
System.String^ GetAlternateIntermediatePageFileName(
Page^ ,
System.String^
)
Parameters
- page
- Page object referencing one page object within a document.
- extension
- Desired extension for that page.
Return Value
Returns intermediate alternate filename representing that page format.