InsertLinksToMLCSiblingsActualDocumentId Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the ID of the actual inserted document. The default value, before the Invoke method has been executed, is zero. If UseRoot is true, this property contains the root document (if existing), or the current document. If UseRoot is false, this will be the document itself.

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

protected int ActualDocumentId { get; }

Property Value

Type: Int32
Remarks

Note to developers overriding the Invoke method: You can set this property to the actual inserted document as a part of your own implementation of the Invoke method.
See Also

Reference