ItemCreateUserId Property |
Gets the unique identifier of the admin user that created the item.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid CreateUserId { get; }
Public ReadOnly Property CreateUserId As Guid
Get
public:
property Guid CreateUserId {
Guid get ();
}
member CreateUserId : Guid with get
Property Value
Type:
Guid
See Also