Click or drag to resize

MdmDataManagerIsOwner Method

Determine if principal is the owner of localKey

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public abstract bool IsOwner(
	Guid localKey,
	IPrincipal principal
)

Parameters

localKey  Guid

[Missing <param name="localKey"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.IsOwner(System.Guid,System.Security.Principal.IPrincipal)"]

principal  IPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.IsOwner(System.Guid,System.Security.Principal.IPrincipal)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.IsOwner(System.Guid,System.Security.Principal.IPrincipal)"]

See Also