Click or drag to resize

IReferenceGetPageFilePath Method

Gets the page file path. For design-time, changes based on if page is checked out, who it is assigned to, which version is marked for current publishing target

Namespace:  Ingeniux.Runtime.Reference
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
string GetPageFilePath(
	string pageId,
	IPublishingTarget pubTgt = null,
	bool isMofo = false,
	bool useCheckedOutFile = false,
	HttpRequestBase request = null
)

Parameters

pageId
Type: SystemString
id of page
pubTgt (Optional)
Type: IPublishingTarget
isMofo (Optional)
Type: SystemBoolean
useCheckedOutFile (Optional)
Type: SystemBoolean
request (Optional)
Type: System.WebHttpRequestBase

Return Value

Type: String
Physiial location of page file, or null if page doesn't exist
See Also