Deprecated Prizm Content Connect
GetPageAttributesFileName Method






Page object of interest for attributes.
Anticipated object format for attributes.
Returns intermediate Attribute page file name.
Syntax
'Declaration
 
Public Function GetPageAttributesFileName( _
   ByVal page As Page, _
   ByVal extension 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.GetPageAttributesFileName(page, extension)
public System.string GetPageAttributesFileName( 
   Page page,
   System.string extension
)
public function GetPageAttributesFileName( 
    page: Page;
    extension: System.String
): System.String; 
public function GetPageAttributesFileName( 
   page : Page,
   extension : System.String
) : System.String;
public: System.string* GetPageAttributesFileName( 
   Page* page,
   System.string* extension
) 
public:
System.String^ GetPageAttributesFileName( 
   Page^ page,
   System.String^ extension
) 

Parameters

page
Page object of interest for attributes.
extension
Anticipated object format for attributes.

Return Value

Returns approriate intermediate file name.
See Also

Reference

ResultCache Class
ResultCache Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback