TreeNavigatorComponentGetPreviousDocument Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns the ID of previous document in the document hierarchy, related to the position of ActualDocumentID.

Namespace: ContentStudio.Site.ActiveScripting.Menu
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected int GetPreviousDocument(
	out bool isEof
)

Parameters

isEof
Type: SystemBoolean
Out parameter that is set to true if this is the beginning of the tree, otherwise false.

Return Value

Type: Int32
Returns the ID of previous document in the document hierarchy, related to the position of ActualDocumentID.
See Also

Reference