IncludeIsItemInclude Property |
Gets a value indicating whether the include was registered through an item's include collection.
Namespace: ConnectedApps.Cms.Entities.IncludesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsItemInclude { get; }
Public ReadOnly Property IsItemInclude As Boolean
Get
public:
property bool IsItemInclude {
bool get ();
}
member IsItemInclude : bool with get
Property Value
Type:
Boolean
See Also