Click or drag to resize

PageCommandsServicesGetVersionHistoryPaged Method


[Missing <summary> documentation for "M:IngeniuxCMService.PageCommandsServices.GetVersionHistoryPaged(System.String,System.Int32,System.Int32)"]

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<ContentItemVersionHistoryInfo> GetVersionHistoryPaged(
	string pageId,
	int page,
	int pageSize
)

Parameters

pageId
Type: SystemString

[Missing <param name="pageId"/> documentation for "M:IngeniuxCMService.PageCommandsServices.GetVersionHistoryPaged(System.String,System.Int32,System.Int32)"]

page
Type: SystemInt32

[Missing <param name="page"/> documentation for "M:IngeniuxCMService.PageCommandsServices.GetVersionHistoryPaged(System.String,System.Int32,System.Int32)"]

pageSize
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:IngeniuxCMService.PageCommandsServices.GetVersionHistoryPaged(System.String,System.Int32,System.Int32)"]

Return Value

Type: XHRServiceResponseGenericContentItemVersionHistoryInfo

[Missing <returns> documentation for "M:IngeniuxCMService.PageCommandsServices.GetVersionHistoryPaged(System.String,System.Int32,System.Int32)"]

See Also