CMSDitaAssetRequestGetPageFilePath Method
|
Namespace:
Ingeniux.Runtime.Assets.Dita
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public override string GetPageFilePath(
string pageId
)
Public Overrides Function GetPageFilePath (
pageId As String
) As String
public:
virtual String^ GetPageFilePath(
String^ pageId
) override
abstract GetPageFilePath :
pageId : string -> string
override GetPageFilePath :
pageId : string -> string
Parameters
- pageId
- Type: SystemString
Return Value
Type:
StringSee Also