Table of Contents

Class PersonSecretRemoved

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonSecretRemoved : Change, IChange
Inheritance
PersonSecretRemoved
Implements
Inherited Members
Extension Methods

Constructors

PersonSecretRemoved(Guid, Guid)

public PersonSecretRemoved(Guid userId, Guid organizationId)

Parameters

userId Guid
organizationId Guid

Properties

OrganizationId

public Guid OrganizationId { get; set; }

Property Value

Guid

UserId

public Guid UserId { get; set; }

Property Value

Guid