IBCExtensionHostDocumentDetails Property |
Note: This API is now obsolete.
Gets the script object for the document.
Namespace: BlueCieloECM.InnoCielo.Meridian.ExtensionsAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")]
BCSDocument DocumentDetails { get; }
<ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")>
ReadOnly Property DocumentDetails As BCSDocument
Get
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "ScriptObjects" property.")]
property BCSDocument^ DocumentDetails {
BCSDocument^ get ();
}
[<ObsoleteAttribute("This property might be removed from future versions. Use the "ScriptObjects" property.")>]
abstract DocumentDetails : BCSDocument with get
Property Value
Type:
BCSDocumentRemarks
Returns if the meta data is not defined.
This property might be removed from future versions. Use the ScriptObjects property.
See Also