CategoryParentCategoryId Property |
Gets a unique identifier for a category's parent category. If null, then the category is a root category.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> ParentCategoryId { get; }
Public ReadOnly Property ParentCategoryId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> ParentCategoryId {
Nullable<Guid> get ();
}
member ParentCategoryId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also