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