Language Filter ItemShared Content Item Id Property
This read-only property is used to get the shared content item ID to use for the language text
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string SharedContentItemId { get; }VB
Public ReadOnly Property SharedContentItemId As String
GetC++
public:
property String^ SharedContentItemId {
String^ get ();
}F#
member SharedContentItemId : string with get