IPublishLogPublishedContentEntries Property
|
Note: This API is now obsolete.
This property is left solely for migration purpose
Do not use this property to populate pub log entries.
A collection of published content IDs.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax [ObsoleteAttribute]
List<string> PublishedContentEntries { get; set; }
<ObsoleteAttribute>
Property PublishedContentEntries As List(Of String)
Get
Set
[ObsoleteAttribute]
property List<String^>^ PublishedContentEntries {
List<String^>^ get ();
void set (List<String^>^ value);
}
[<ObsoleteAttribute>]
abstract PublishedContentEntries : List<string> with get, set
Property Value
Type:
ListStringSee Also Reference
PublishLog.PublishedContentEntriesForStorage