NewItemRequestItemParentId Property |
Gets or sets the unique identifier of the parent item.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> ItemParentId { get; set; }
Public Property ItemParentId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ItemParentId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ItemParentId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also