Atik mete ajou oswa Item Evènman Mizajou nan charepwen 2007 fèt de fwa, se si mande pou opsyon kesye pèmèt pou bibliyotèk dokiman.
Mwen jwenn solisyon ki anba la a sipò nan Microsoft pou pwoblèm sa a.
Check the value of vti_sourcecontrolcheckedoutby
nan BeforeProperties ak AfterProperties, if the both values are null then the event is triggered by check in else the event is triggered by other actions.
si (properties.AfterProperties[“vti_sourcecontrolcheckedoutby”] == null && properties.BeforeProperties[“vti_sourcecontrolcheckedoutby”] != Nil)
{
//This is when the update event is triggered by check-in.
}
lòt moun
{
//This is triggered by events other than check-in action.
}