<Code Lib>
2024 Constructor
Changes 0
C

UpdaterId()

Description:
creates an instance of UpdaterId for given AddInId and a given GUID value

public UpdaterId(
	AddInId addInId,
	Guid val
)

  • addInId
    Id of addin that registers an Updater
  • Guid
    val
    a GUID identifying the Updater within addin

Loading…