InsertDocumentByMLCLanguageActualInsertedDocument 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.

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

public int ActualInsertedDocument { get; protected set; }

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