Interface IAssociateRename
Interface for document plugins that need to know if an associate has changed his name.
Namespace: SuperOffice.Plugins.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IAssociateRename
Methods
AssociateRename(string, string)
Called when an associate changes name.
Declaration
void AssociateRename(string oldName, string newName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | oldName | Old name |
| string | newName | New name |
IsNameValid(string)
Call to check if the name given is valid
Declaration
bool IsNameValid(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| bool |